Merge pull request #312562 from r-ryantm/auto-update/witness

witness: 0.3.1 -> 0.4.0
This commit is contained in:
Matthias Beyer 2024-05-19 11:02:05 +02:00 committed by GitHub
commit b4530910c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];