goconst: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2024-03-20 23:18:11 +00:00
parent 761426d33e
commit 440f662975

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "goconst"; pname = "goconst";
version = "1.7.0"; version = "1.7.1";
excludedPackages = [ "tests" ]; excludedPackages = [ "tests" ];
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "jgautheron"; owner = "jgautheron";
repo = "goconst"; repo = "goconst";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-yhvZucbFldjTPVdo0epNPFMgmvz0JFPF7Gra0t11zXU="; sha256 = "sha256-GpOZJ5/5aNw1o8fk2RSAx200v6AZ+pbNu/25i8OSS1Y=";
}; };
vendorHash = null; vendorHash = null;