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

goconst: 1.3.2 -> 1.4.0
This commit is contained in:
Mario Rodas 2020-11-21 21:40:56 -05:00 committed by GitHub
commit ae3667e2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "goconst"; pname = "goconst";
version = "1.3.2"; version = "1.4.0";
goPackagePath = "github.com/jgautheron/goconst"; goPackagePath = "github.com/jgautheron/goconst";
@ -15,7 +15,7 @@ buildGoPackage rec {
owner = "jgautheron"; owner = "jgautheron";
repo = "goconst"; repo = "goconst";
rev = version; rev = version;
sha256 = "0bfiblp1498ic5jbdsm6mnc8s9drhasbqsw0asi6kmcz2kmslp9s"; sha256 = "0jp9vg5l4wcvnf653h3d8ay2n7y717l9z34rls1vrsaf0qdf1r6v";
}; };
meta = with lib; { meta = with lib; {