scorecard: 5.2.1 -> 5.4.0

This commit is contained in:
R. Ryantm
2026-01-31 23:34:14 +01:00
committed by Weijia Wang
parent b3b92ddd6d
commit ddbda0d7f8
+4 -4
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "scorecard";
version = "5.2.1";
version = "5.4.0";
src = fetchFromGitHub {
owner = "ossf";
repo = "scorecard";
tag = "v${version}";
hash = "sha256-7py6qkal1tNQ2NAi/SiYIEe03NV7INAQRPZ9z5LsusI=";
hash = "sha256-RfOunjr4QeMFlMHkOOhHB8vb5XDNLNEmdDe9KSL/kP8=";
# populate values otherwise taken care of by goreleaser,
# unfortunately these require us to use git. By doing
# this in postFetch we can delete .git afterwards and
@@ -33,9 +33,9 @@ buildGoModule rec {
};
vendorHash =
if stdenv.hostPlatform.isLinux then
"sha256-h78551OfEJTB3Fghc1nIHcfiHp7ygtZgHXpwp1OaFgY="
"sha256-hzOGN6l7cxP+m4UWtrHV0Oihx3QIwZ09WR/Vi2HGwIg="
else
"sha256-MTB5ejc4/ivbkp9ytCF+wGvvt+njTkMb1ijVsh5uLps=";
"sha256-y9URHMmKm4JnTHb7RkrL5LaCrcp6b7DOMwNnVrO1rvo=";
nativeBuildInputs = [ installShellFiles ];