We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f79bf + d461b13 commit bbcc846Copy full SHA for bbcc846
pkgs/by-name/wi/witness/package.nix
@@ -11,15 +11,15 @@
11
12
buildGoModule rec {
13
pname = "witness";
14
- version = "0.7.0";
+ version = "0.8.0";
15
16
src = fetchFromGitHub {
17
owner = "in-toto";
18
repo = "witness";
19
rev = "v${version}";
20
- sha256 = "sha256-eHAEaecL4bJUZfFiXK3NqgTZU9l6b46WI/vDBuAqCUw=";
+ sha256 = "sha256-KqsBeKtMLLCtGoFfYOgIy0b+fYRpV7zCHVjPzgXj6Zo=";
21
};
22
- vendorHash = "sha256-AZRY8N88dUKAybdstSTRB8sirx4L4ZmiffQ7Qwlpb/8=";
+ vendorHash = "sha256-0zl+sdF6ZNAW2R9MskLvwfd1ppMtvFgkUvp5ibh23oI=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments