Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gometalinter: 2.0.11 -> 3.0.0

+3 -3
+3 -3
pkgs/development/tools/gometalinter/default.nix
··· 40 40 41 41 in buildGoPackage rec { 42 42 name = "gometalinter-${version}"; 43 - version = "2.0.11"; 43 + version = "3.0.0"; 44 44 45 45 goPackagePath = "github.com/alecthomas/gometalinter"; 46 46 excludedPackages = "\\(regressiontests\\)"; ··· 49 49 owner = "alecthomas"; 50 50 repo = "gometalinter"; 51 51 rev = "v${version}"; 52 - sha256 = "08p7bwvhpgizif8qi59m8mm3mcny70x9msbk8m8vjpphsq55wha4"; 52 + sha256 = "06dd60531qp0hxfwnxnyi36d6div1j781jvcb99ykhgrg0kwmzq9"; 53 53 }; 54 54 55 55 postInstall = '' ··· 64 64 description = "Concurrently run Go lint tools and normalise their output"; 65 65 homepage = https://github.com/alecthomas/gometalinter; 66 66 license = licenses.mit; 67 - maintainers = with maintainers; [ kalbasit ]; 67 + maintainers = with maintainers; [ kalbasit rvolosatovs ]; 68 68 platforms = platforms.linux ++ platforms.darwin; 69 69 }; 70 70 }