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

goconst: 1.5.1 -> 1.6.0
This commit is contained in:
Nick Cao 2023-09-06 17:59:04 -04:00 committed by GitHub
commit 6537081081
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.5.1";
version = "1.6.0";
excludedPackages = [ "tests" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "jgautheron";
repo = "goconst";
rev = "v${version}";
sha256 = "sha256-chBWxOy9V4pO3hMaeCoKwnQxIEYiSejUOD3QDBCpaoE=";
sha256 = "sha256-gd+0Gm1qANwgYKWAxpU7759BhyURalJCRxd/P6sczc4=";
};
vendorSha256 = null;
vendorHash = null;
ldflags = [ "-s" "-w" ];