Skip to content

Commit

Permalink
trillian: 1.5.3 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent a2f82b9 commit 6beed54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/trillian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

buildGoModule rec {
pname = "trillian";
version = "1.5.3";
vendorHash = "sha256-DsdkTYRQQjTCArD3bo1al8enFzjfT7DVfmjK5KUqPDI=";
version = "1.6.0";
vendorHash = "sha256-tLhq6ILiKzFM1lIK0DbiIKsn1NWEI168BMaf/MOAtEo=";

src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fXqoe59JU5efAo5ByJ4027oqHakNCTvAtAq48MJZ9ZE=";
sha256 = "sha256-YHwT+ddVRyHkmXkw2vROL4PS948pOMj9UwOtHorbTAQ=";
};

subPackages = [
Expand Down

0 comments on commit 6beed54

Please sign in to comment.