Merge pull request #187490 from r-ryantm/auto-update/trillian
trillian: 1.4.2 -> 1.5.0
This commit is contained in:
commit
e7c60abc61
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "trillian";
|
||||
version = "1.4.2";
|
||||
vendorSha256 = "sha256-/5IBb/cYY6o49WmG7LmLZ4AwOjZ54Uy9bALb1pn0qGo=";
|
||||
version = "1.5.0";
|
||||
vendorSha256 = "sha256-235uQK4E/GLl5XLBd6lkTIgWIjT9MZZGnyfZbOoTFo0=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-7R/E9BXPla90Q7LEOtLBMz2LKok7gsAnXrfJ1E8urf4=";
|
||||
sha256 = "sha256-XZHVGuIN+5mFbaxOprhdHlpgz2NE2NsJxGWJciDMUqI=";
|
||||
};
|
||||
|
||||
subPackages = [
|
||||
|
|
Loading…
Reference in a new issue