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 d407c40 + 232f434 commit 307adb2Copy full SHA for 307adb2
pkgs/by-name/wi/witness/package.nix
@@ -11,15 +11,15 @@
11
12
buildGoModule rec {
13
pname = "witness";
14
- version = "0.8.1";
+ version = "0.9.0";
15
16
src = fetchFromGitHub {
17
owner = "in-toto";
18
repo = "witness";
19
rev = "v${version}";
20
- sha256 = "sha256-ylCUy44sX1KPfQqEldixmLcXkk+Uwca4q1gZRgxHdeg=";
+ sha256 = "sha256-taTK/b3HA18UPyi3zxGWBG6Wy4XtHcfTaA8NiYZaPA0=";
21
};
22
- vendorHash = "sha256-CR95CsGthdjq/dtxmIjmZlQeyKimumCP9mWr6tNrBJI=";
+ vendorHash = "sha256-3/vn+rWVbljkPksiNXoTU0volV3xwxunMwCV9w9fAWo=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments