Skip to content

Commit bbcc846

Browse files
authored
witness: 0.7.0 -> 0.8.0 (#383109)
2 parents 91f79bf + d461b13 commit bbcc846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wi/witness/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildGoModule rec {
1313
pname = "witness";
14-
version = "0.7.0";
14+
version = "0.8.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "in-toto";
1818
repo = "witness";
1919
rev = "v${version}";
20-
sha256 = "sha256-eHAEaecL4bJUZfFiXK3NqgTZU9l6b46WI/vDBuAqCUw=";
20+
sha256 = "sha256-KqsBeKtMLLCtGoFfYOgIy0b+fYRpV7zCHVjPzgXj6Zo=";
2121
};
22-
vendorHash = "sha256-AZRY8N88dUKAybdstSTRB8sirx4L4ZmiffQ7Qwlpb/8=";
22+
vendorHash = "sha256-0zl+sdF6ZNAW2R9MskLvwfd1ppMtvFgkUvp5ibh23oI=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)