lol

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

scorecard: 4.10.5 -> 4.12.0

authored by

Jörg Thalheim and committed by
GitHub
8d20cad7 63e45105

+3 -3
+3 -3
pkgs/tools/security/scorecard/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "scorecard"; 11 - version = "4.10.5"; 11 + version = "4.12.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "ossf"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-ysdgdU/Et87NxpdSTZuTtLJOv5uaYGVHDGyCj6kKuUQ="; 17 + sha256 = "sha256-Ys7uO+xMSlcD8OGw7fV+aR0+Q1UXrxPKVLQbphV4rKk="; 18 18 # populate values otherwise taken care of by goreleaser, 19 19 # unfortunately these require us to use git. By doing 20 20 # this in postFetch we can delete .git afterwards and ··· 28 28 find "$out" -name .git -print0 | xargs -0 rm -rf 29 29 ''; 30 30 }; 31 - vendorHash = "sha256-6wIzg9gbH+nAE4sZg+C3NZZbVzbEcovhGwajBZ7ZjdY="; 31 + vendorHash = "sha256-L6HFZryniy3Gp8NKdjM4SK82ZG5eQPM7blkSE3YFhOw="; 32 32 33 33 nativeBuildInputs = [ installShellFiles ]; 34 34