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

goconst: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao 2024-03-22 12:09:36 -04:00 committed by GitHub
commit 24420672c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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