goconst: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-12-15 13:51:31 +00:00
parent f4de47d49e
commit 809ff646c9

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "goconst";
version = "1.6.0";
version = "1.7.0";
excludedPackages = [ "tests" ];
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "jgautheron";
repo = "goconst";
rev = "v${version}";
sha256 = "sha256-gd+0Gm1qANwgYKWAxpU7759BhyURalJCRxd/P6sczc4=";
sha256 = "sha256-yhvZucbFldjTPVdo0epNPFMgmvz0JFPF7Gra0t11zXU=";
};
vendorHash = null;