goconst: 1.7.1 -> 1.8.0 (#397104)

This commit is contained in:
Nick Cao
2025-04-08 18:10:33 -04:00
committed by GitHub
+2 -2
View File
@@ -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;