witness: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-12-06 01:41:35 +00:00
parent 47a92239db
commit 555b648374
+3 -3
View File
@@ -10,15 +10,15 @@
buildGoModule rec {
pname = "witness";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "in-toto";
repo = "witness";
rev = "v${version}";
sha256 = "sha256-ao9mxN5cMGopCRXUkJRTNJemizzibdw0Q+oAhKjUyHA=";
sha256 = "sha256-eHAEaecL4bJUZfFiXK3NqgTZU9l6b46WI/vDBuAqCUw=";
};
vendorHash = "sha256-pDMvtSavifWfxJqfiOef0CyT8KtU8BUjEFwReElkEeM=";
vendorHash = "sha256-AZRY8N88dUKAybdstSTRB8sirx4L4ZmiffQ7Qwlpb/8=";
nativeBuildInputs = [ installShellFiles ];