Merge pull request #98724 from r-ryantm/auto-update/goconst
goconst: 1.1.0 -> 1.2.0
This commit is contained in:
commit
44026c9364
@ -5,16 +5,17 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "goconst";
|
pname = "goconst";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/jgautheron/goconst";
|
goPackagePath = "github.com/jgautheron/goconst";
|
||||||
excludedPackages = ''testdata'';
|
|
||||||
|
excludedPackages = [ "tests" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jgautheron";
|
owner = "jgautheron";
|
||||||
repo = "goconst";
|
repo = "goconst";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zhscvv9w54q1h2vs8xx3qkz98cf36qhxjvdq0xyz3qvn4vhnyw6";
|
sha256 = "10yy9llmbznaq3v11sxywk1wpwhn0ddly7lxs31z1sf8paan7aig";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user