golint: 20160428 -> 20180208

This commit is contained in:
Carl Sverre 2018-02-08 17:47:18 -08:00
parent 831ef4756e
commit 1474ec5987
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
buildGoPackage rec { buildGoPackage rec {
name = "lint-${version}"; name = "lint-${version}";
version = "20160428-${stdenv.lib.strings.substring 0 7 rev}"; version = "20180208-${stdenv.lib.strings.substring 0 7 rev}";
rev = "c7bacac2b21ca01afa1dee0acf64df3ce047c28f"; rev = "e14d9b0f1d332b1420c1ffa32562ad2dc84d645d";
goPackagePath = "github.com/golang/lint"; goPackagePath = "github.com/golang/lint";
excludedPackages = "testdata"; excludedPackages = "testdata";
@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit { src = fetchgit {
inherit rev; inherit rev;
url = "https://github.com/golang/lint"; url = "https://github.com/golang/lint";
sha256 = "024dllcmpg8lx78cqgq551i6f9w6qlykfcx8l7yazak9kjwhpwjg"; sha256 = "15ynf78v39n71aplrhbqvzfblhndp8cd6lnknm586sdl81wama6p";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;

View File

@ -4,8 +4,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/tools"; url = "https://go.googlesource.com/tools";
rev = "9ae4729fba20b3533d829a9c6ba8195b068f2abc"; rev = "66487607e2081c7c2af2281c62c14ee000d5024b";
sha256 = "1j51aaskfqc953p5s9naqimr04hzfijm4yczdsiway1xnnvvpfr1"; sha256 = "03wiraqkms4jb5gi7vmp52mpmp4av08yw4gr2nk31c2rnhyd3jv4";
}; };
} }
] ]