goconst: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2025-04-17 20:57:48 +00:00
parent 181423e7a8
commit e98d32cccc

View File

@@ -6,7 +6,7 @@
buildGoModule rec {
pname = "goconst";
version = "1.8.0";
version = "1.8.1";
excludedPackages = [ "tests" ];
@@ -14,7 +14,7 @@ buildGoModule rec {
owner = "jgautheron";
repo = "goconst";
rev = "v${version}";
sha256 = "sha256-pEkwEVnxZ7d10FE1CG5Ym9JBbzZl8mnabzdPg5gfKuo=";
sha256 = "sha256-pvCmCf3ZjhB4lxP6GLO6vnhNswKdNDWgD2YyHmRi6oE=";
};
vendorHash = null;