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

scc: 3.0.0 -> 3.1.0
This commit is contained in:
Mario Rodas 2022-09-24 12:26:35 -05:00 committed by GitHub
commit c5f10e8a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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