Skip to content

Commit

Permalink
trillian: 1.7.0 -> 1.7.1 (#372548)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents d5e4aed + 7ab31ee commit 8c9ff04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/trillian/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildGoModule rec {
pname = "trillian";
version = "1.7.0";
vendorHash = "sha256-5zUCDKOeINVN/4PWDzqWMRhELc2wRvgJNdOJSAsFwUA=";
version = "1.7.1";
vendorHash = "sha256-muPKjhUbpBJBMq8abcgTzq8/bjGXVPLoYHqQJKv8a1k=";

src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E4A53Jru69sPIcB6Ydv8KauzjS9jvfhm5VbH69bfrt4=";
sha256 = "sha256-TOJqBfYVubwgDF/9i6lwmCLj6x0utzz0O7QJ5SqshCA=";
};

subPackages = [
Expand Down

0 comments on commit 8c9ff04

Please sign in to comment.