Merge pull request #114375 from r-ryantm/auto-update/scc
scc: 2.13.0 -> 3.0.0
This commit is contained in:
commit
d4204cd8ea
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "scc";
|
pname = "scc";
|
||||||
version = "2.13.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boyter";
|
owner = "boyter";
|
||||||
repo = "scc";
|
repo = "scc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16p5g20n5jsbisbgikk9xny94xx6c0dxf19saa686ghh31jr2hh3";
|
sha256 = "sha256-G5LYOtAUnu82cgDdtYzcfVx/WFg9/HvFQAlQtd6GaDE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
Loading…
Reference in New Issue