goconst: 1.8.1 -> 1.8.2

R. Ryantm c840580e 34fc0d11

+2 -2
+2 -2
pkgs/by-name/go/goconst/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "goconst"; 9 - version = "1.8.1"; 9 + version = "1.8.2"; 10 10 11 11 excludedPackages = [ "tests" ]; 12 12 ··· 14 14 owner = "jgautheron"; 15 15 repo = "goconst"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-pvCmCf3ZjhB4lxP6GLO6vnhNswKdNDWgD2YyHmRi6oE="; 17 + sha256 = "sha256-srBUqWfiuMqpKH/O66gJEEKFOC/ifsu2xscEnp54cRY="; 18 18 }; 19 19 20 20 vendorHash = null;