Unverified Commit 8762a885 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

scorecard: 5.2.1 -> 5.4.0 (#447577)

parents c52a0138 ddbda0d7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];