lol

Merge pull request #223981 from r-ryantm/auto-update/scorecard

scorecard: 4.10.2 -> 4.10.5

authored by

Mario Rodas and committed by
GitHub
ae1a4b0e c2136a0b

+3 -3
+3 -3
pkgs/tools/security/scorecard/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "scorecard"; 5 - version = "4.10.2"; 5 + version = "4.10.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ossf"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-GQs+wBq47sn3h8I87p+HErBmLMs8Dzh9xj3xMYDsXm4="; 11 + sha256 = "sha256-ysdgdU/Et87NxpdSTZuTtLJOv5uaYGVHDGyCj6kKuUQ="; 12 12 # populate values otherwise taken care of by goreleaser, 13 13 # unfortunately these require us to use git. By doing 14 14 # this in postFetch we can delete .git afterwards and ··· 22 22 find "$out" -name .git -print0 | xargs -0 rm -rf 23 23 ''; 24 24 }; 25 - vendorSha256 = "sha256-W213KQu4FuJcT/cJOvS+WMw1fXBcSoZ4yssI06JAIc8="; 25 + vendorHash = "sha256-6wIzg9gbH+nAE4sZg+C3NZZbVzbEcovhGwajBZ7ZjdY="; 26 26 27 27 nativeBuildInputs = [ installShellFiles ]; 28 28