Unverified Commit 8a3fed1a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270353 from aaronjheng/scc

scc: 3.1.0 -> 3.2.0
parents 3a65a71f 5edcca37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "scc";
  version = "3.1.0";
  version = "3.2.0";

  src = fetchFromGitHub {
    owner = "boyter";
    repo = "scc";
    rev = "v${version}";
    sha256 = "sha256-QViB9lS/znrFb7GoV0RUf1SwS7veTKlmFozWKM1zc+Y=";
    hash = "sha256-ZQIOV7TznaIrgSUgc5Pyc4sz2d5MFO+RgczQq3gZevk=";
  };

  vendorHash = null;