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

goconst: 1.1.0 -> 1.2.0
This commit is contained in:
Mario Rodas 2020-10-03 06:23:26 -05:00 committed by GitHub
commit 44026c9364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions
pkgs/development/tools/goconst

View File

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