witness: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-05-18 00:54:55 +00:00
parent 8a33016960
commit 4cab918466

View File

@ -10,15 +10,15 @@
buildGoModule rec {
pname = "witness";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "in-toto";
repo = "witness";
rev = "v${version}";
sha256 = "sha256-uv/HxPYOKxZskmlAxUS2I1sW4YsSAmIeNHjoJeR7VWs=";
sha256 = "sha256-QnZZVQZMkh9GH6io19mlE3gHaiX73TgH7ibFT1H5DB4=";
};
vendorHash = "sha256-9IkDBaDRJGWfPRN5+rYU4uH6nAsfnytDkF518rfNpyc=";
vendorHash = "sha256-5q405OP8VPChhxiH2tjh2H+ailQRjGmLZvul7CubjJo=";
nativeBuildInputs = [ installShellFiles ];