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

witness: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2024-03-05 09:27:23 -05:00 committed by GitHub
commit 25ccebdfe6
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.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "in-toto";
repo = "witness";
rev = "v${version}";
sha256 = "sha256-uwps/sHPgOdVhjaFxATVL5A/BGw6zPX/GSkYm802jmU=";
sha256 = "sha256-uv/HxPYOKxZskmlAxUS2I1sW4YsSAmIeNHjoJeR7VWs=";
};
vendorHash = "sha256-ktBpv2NDsha2mN3OtZWIDkneR8zi1RZkVQdvi9XPSLY=";
vendorHash = "sha256-9IkDBaDRJGWfPRN5+rYU4uH6nAsfnytDkF518rfNpyc=";
nativeBuildInputs = [ installShellFiles ];