about summary refs log tree commit diff
path: root/pkgs/tools/security/scorecard
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-18 04:27:01 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-27 21:16:49 +0800
commitbd52b705501754c85749c636bc2332ff69326cd7 (patch)
tree8448135229dd68095f69df4aed1c9e6041f7e14f /pkgs/tools/security/scorecard
parent5aadc7785dad8e55df2d6343a78c68ecd8946eb3 (diff)
scorecard: 4.6.0 -> 4.8.0
Diffstat (limited to 'pkgs/tools/security/scorecard')
-rw-r--r--pkgs/tools/security/scorecard/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/scorecard/default.nix b/pkgs/tools/security/scorecard/default.nix
index 4ed783626520a..befc07e2e18d0 100644
--- a/pkgs/tools/security/scorecard/default.nix
+++ b/pkgs/tools/security/scorecard/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "scorecard";
-  version = "4.6.0";
+  version = "4.8.0";
 
   src = fetchFromGitHub {
     owner = "ossf";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-mEUJ42Da9br5BuZgtJBMeJGSESALoqaOwO/4Bvqj0IA=";
+    sha256 = "sha256-LGxSiubZECNwoFkkJOySI4LOmwk7DXVtY74XBCsr+uk=";
     # 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
@@ -22,7 +22,7 @@ buildGoModule rec {
       find "$out" -name .git -print0 | xargs -0 rm -rf
     '';
   };
-  vendorSha256 = "sha256-HvYUfr3ojmhO6AY6SypFOMP/vjlyLKunv1LvfLgBSjU=";
+  vendorSha256 = "sha256-j8/sVdqxLmrvQwHn+uj8+q+ne98xcIeQKS1VQJcrkh0=";
 
   nativeBuildInputs = [ installShellFiles ];