Unverified Commit 3ce30f66 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

scorecard: 5.1.1 -> 5.2.1 (#411606)

parents b1a4128e 04c5a539
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "scorecard";
  version = "5.1.1";
  version = "5.2.1";

  src = fetchFromGitHub {
    owner = "ossf";
    repo = "scorecard";
    tag = "v${version}";
    hash = "sha256-6lJ+duP/gTC2xIIWbLL0hx2UYS/no4vd8pqTDR18G8Y=";
    hash = "sha256-7py6qkal1tNQ2NAi/SiYIEe03NV7INAQRPZ9z5LsusI=";
    # 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-zWMmbC0lkjlIwrfq3ql0+ndn/4y/PW92TgTiUYfEn0M="
      "sha256-h78551OfEJTB3Fghc1nIHcfiHp7ygtZgHXpwp1OaFgY="
    else
      "sha256-/AtW36Pl5W+WNVCKhC0WMwYS848MUvAaKdm+i8t88D8=";
      "sha256-MTB5ejc4/ivbkp9ytCF+wGvvt+njTkMb1ijVsh5uLps=";

  nativeBuildInputs = [ installShellFiles ];