Merge pull request #86384 from filalex77/scc-2.12.0

scc: 2.11.0 -> 2.12.0
This commit is contained in:
Jörg Thalheim 2020-04-30 13:25:28 +01:00 committed by GitHub
commit b55652e20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "scc"; pname = "scc";
version = "2.11.0"; version = "2.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boyter"; owner = "boyter";
repo = "scc"; repo = "scc";
rev = "v${version}"; rev = "v${version}";
sha256 = "1wk6s9ga9rkywgqys960s6fz4agwzh3ac2l6cpcr7kca4379s28k"; sha256 = "0hbcq5qn97kr9d4q9m2p1mj3ijn8zmwycrs5bgf1kfiwr09wg2yh";
}; };
goPackagePath = "github.com/boyter/scc"; goPackagePath = "github.com/boyter/scc";