goconst: 1.7.1 -> 1.8.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goconst";
|
||||
version = "1.7.1";
|
||||
version = "1.8.0";
|
||||
|
||||
excludedPackages = [ "tests" ];
|
||||
|
||||
@@ -14,7 +14,7 @@ buildGoModule rec {
|
||||
owner = "jgautheron";
|
||||
repo = "goconst";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-GpOZJ5/5aNw1o8fk2RSAx200v6AZ+pbNu/25i8OSS1Y=";
|
||||
sha256 = "sha256-pEkwEVnxZ7d10FE1CG5Ym9JBbzZl8mnabzdPg5gfKuo=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
||||
Reference in New Issue
Block a user