Merge pull request #274466 from r-ryantm/auto-update/goconst

goconst: 1.6.0 -> 1.7.0
This commit is contained in:
Nick Cao 2023-12-15 10:39:24 -05:00 committed by GitHub
commit f4543610b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;