lol

Merge pull request #120029 from LeSuisse/cosign-0.3.1

cosign: 0.3.0 -> 0.3.1

authored by

Sandro and committed by
GitHub
0425d818 2a918558

+4 -2
+4 -2
pkgs/tools/security/cosign/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cosign"; 5 - version = "0.3.0"; 5 + version = "0.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sigstore"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0hisjyn5z93w34gxvz1z0l74gmj8js5l3lbqhqz7pc0fra59lvx6"; 11 + sha256 = "1gfzard6bh78xxgjk14c9zmdplppkcjqxhvfazcbv8qppjl2pbbd"; 12 12 }; 13 13 14 14 buildInputs = ··· 20 20 vendorSha256 = "15163v484rv08rn439y38r9spyqn3lf4q4ly8xr18nnf4bs3h6y2"; 21 21 22 22 subPackages = [ "cmd/cosign" ]; 23 + 24 + buildFlagsArray = [ "-ldflags=-s -w -X github.com/sigstore/cosign/cmd/cosign/cli.gitVersion=${version}" ]; 23 25 24 26 meta = with lib; { 25 27 homepage = "https://github.com/sigstore/cosign";