Skip to content

Commit 307adb2

Browse files
authored
witness: 0.8.1 -> 0.9.0 (#399359)
2 parents d407c40 + 232f434 commit 307adb2

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.8.1";
14+
version = "0.9.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "in-toto";
1818
repo = "witness";
1919
rev = "v${version}";
20-
sha256 = "sha256-ylCUy44sX1KPfQqEldixmLcXkk+Uwca4q1gZRgxHdeg=";
20+
sha256 = "sha256-taTK/b3HA18UPyi3zxGWBG6Wy4XtHcfTaA8NiYZaPA0=";
2121
};
22-
vendorHash = "sha256-CR95CsGthdjq/dtxmIjmZlQeyKimumCP9mWr6tNrBJI=";
22+
vendorHash = "sha256-3/vn+rWVbljkPksiNXoTU0volV3xwxunMwCV9w9fAWo=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)