Merge pull request #303232 from LeSuisse/cosign-2.2.4

cosign: 2.2.3 -> 2.2.4

authored by Robert Scott and committed by GitHub b025595e f32598c9

+3 -3
+3 -3
pkgs/tools/security/cosign/default.nix
··· 13 }: 14 buildGoModule rec { 15 pname = "cosign"; 16 - version = "2.2.3"; 17 18 src = fetchFromGitHub { 19 owner = "sigstore"; 20 repo = pname; 21 rev = "v${version}"; 22 - hash = "sha256-+y79Uml1TvKypbwcWkZZF415qUPPfieP5pKHO+APjPE="; 23 }; 24 25 buildInputs = ··· 28 29 nativeBuildInputs = [ pkg-config installShellFiles ]; 30 31 - vendorHash = "sha256-udMnSdXBjlDQlQRzhhLBDBcHwREkEev0uLIVjT8BbuU="; 32 33 subPackages = [ 34 "cmd/cosign"
··· 13 }: 14 buildGoModule rec { 15 pname = "cosign"; 16 + version = "2.2.4"; 17 18 src = fetchFromGitHub { 19 owner = "sigstore"; 20 repo = pname; 21 rev = "v${version}"; 22 + hash = "sha256-csFFB1VYwd009fL4QHDK9jmCmwFJ45CVutLVzluG1NU="; 23 }; 24 25 buildInputs = ··· 28 29 nativeBuildInputs = [ pkg-config installShellFiles ]; 30 31 + vendorHash = "sha256-LYdbHpucF/lUzMu0m5y0Gt3A/8ISUs9oLM79mTF/REM="; 32 33 subPackages = [ 34 "cmd/cosign"