Skip to content

Commit

Permalink
Merge pull request NixOS#35375 from carlsverre/update/golint
Browse files Browse the repository at this point in the history
golint: 20160428 -> 20180208
  • Loading branch information
fpletz committed Feb 23, 2018
2 parents 07962f6 + 1474ec5 commit e38284d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/golint/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoPackage rec {
name = "lint-${version}";
version = "20160428-${stdenv.lib.strings.substring 0 7 rev}";
rev = "c7bacac2b21ca01afa1dee0acf64df3ce047c28f";
version = "20180208-${stdenv.lib.strings.substring 0 7 rev}";
rev = "e14d9b0f1d332b1420c1ffa32562ad2dc84d645d";

goPackagePath = "github.com/golang/lint";
excludedPackages = "testdata";

src = fetchgit {
inherit rev;
url = "https://github.com/golang/lint";
sha256 = "024dllcmpg8lx78cqgq551i6f9w6qlykfcx8l7yazak9kjwhpwjg";
sha256 = "15ynf78v39n71aplrhbqvzfblhndp8cd6lnknm586sdl81wama6p";
};

goDeps = ./deps.nix;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/golint/deps.nix
Expand Up @@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/tools";
rev = "9ae4729fba20b3533d829a9c6ba8195b068f2abc";
sha256 = "1j51aaskfqc953p5s9naqimr04hzfijm4yczdsiway1xnnvvpfr1";
rev = "66487607e2081c7c2af2281c62c14ee000d5024b";
sha256 = "03wiraqkms4jb5gi7vmp52mpmp4av08yw4gr2nk31c2rnhyd3jv4";
};
}
]

0 comments on commit e38284d

Please sign in to comment.