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

goconst: 1.2.0 -> 1.3.2
This commit is contained in:
Mario Rodas
2020-11-11 03:54:32 -05:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
buildGoPackage rec {
pname = "goconst";
version = "1.2.0";
version = "1.3.2";
goPackagePath = "github.com/jgautheron/goconst";
@@ -15,7 +15,7 @@ buildGoPackage rec {
owner = "jgautheron";
repo = "goconst";
rev = version;
sha256 = "10yy9llmbznaq3v11sxywk1wpwhn0ddly7lxs31z1sf8paan7aig";
sha256 = "0bfiblp1498ic5jbdsm6mnc8s9drhasbqsw0asi6kmcz2kmslp9s";
};
meta = with lib; {