goconst: 1.3.2 -> 1.4.0

This commit is contained in:
R. RyanTM 2020-11-21 22:43:54 +00:00
parent 1ffd7cf0d6
commit e489a8bcfe

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; {