0
0
Fork 0
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:
R. Ryantm 2025-05-23 01:10:45 +00:00
parent 34fc0d11eb
commit c840580ee9

View file

@ -6,7 +6,7 @@
buildGoModule rec {
pname = "goconst";
version = "1.8.1";
version = "1.8.2";
excludedPackages = [ "tests" ];
@ -14,7 +14,7 @@ buildGoModule rec {
owner = "jgautheron";
repo = "goconst";
rev = "v${version}";
sha256 = "sha256-pvCmCf3ZjhB4lxP6GLO6vnhNswKdNDWgD2YyHmRi6oE=";
sha256 = "sha256-srBUqWfiuMqpKH/O66gJEEKFOC/ifsu2xscEnp54cRY=";
};
vendorHash = null;