Merge pull request #114375 from r-ryantm/auto-update/scc

scc: 2.13.0 -> 3.0.0
This commit is contained in:
Oleksii Filonenko 2021-02-25 21:29:00 +02:00 committed by GitHub
commit d4204cd8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scc";
version = "2.13.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
sha256 = "16p5g20n5jsbisbgikk9xny94xx6c0dxf19saa686ghh31jr2hh3";
sha256 = "sha256-G5LYOtAUnu82cgDdtYzcfVx/WFg9/HvFQAlQtd6GaDE=";
};
vendorSha256 = null;