mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
goconst: 1.8.1 -> 1.8.2
This commit is contained in:
parent
34fc0d11eb
commit
c840580ee9
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "goconst";
|
pname = "goconst";
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
excludedPackages = [ "tests" ];
|
excludedPackages = [ "tests" ];
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
||||||
owner = "jgautheron";
|
owner = "jgautheron";
|
||||||
repo = "goconst";
|
repo = "goconst";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pvCmCf3ZjhB4lxP6GLO6vnhNswKdNDWgD2YyHmRi6oE=";
|
sha256 = "sha256-srBUqWfiuMqpKH/O66gJEEKFOC/ifsu2xscEnp54cRY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue