goconst: 1.1.0 -> 1.2.0

This commit is contained in:
R. RyanTM 2020-09-25 08:15:27 +00:00
parent 020ff6989a
commit 0a272c46c1

View File

@ -5,7 +5,7 @@
buildGoPackage rec {
pname = "goconst";
version = "1.1.0";
version = "1.2.0";
goPackagePath = "github.com/jgautheron/goconst";
excludedPackages = ''testdata'';
@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "jgautheron";
repo = "goconst";
rev = version;
sha256 = "0zhscvv9w54q1h2vs8xx3qkz98cf36qhxjvdq0xyz3qvn4vhnyw6";
sha256 = "10yy9llmbznaq3v11sxywk1wpwhn0ddly7lxs31z1sf8paan7aig";
};
meta = with lib; {