glide: 0.6.1 -> 0.10.2 (using go 1.6)

This commit is contained in:
Nahum Shalman 2016-05-16 16:36:37 +00:00
parent 9035827986
commit 300527b31a
2 changed files with 4 additions and 2 deletions

View file

@ -799,6 +799,8 @@ in
gist = callPackage ../tools/text/gist { };
glide = go16Packages.glide.bin // { outputs = [ "bin" ]; };
gmic = callPackage ../tools/graphics/gmic { };
gti = callPackage ../tools/misc/gti { };

View file

@ -1052,10 +1052,10 @@ let
};
glide = buildFromGitHub {
rev = "0.6.1";
rev = "0.10.2";
owner = "Masterminds";
repo = "glide";
sha256 = "1v66c2igm8lmljqrrsyq3cl416162yc5l597582bqsnhshj2kk4m";
sha256 = "1qb2n5i04gabb2snnwfr8wv4ypcp1pdzvgga62m9xkhk4p2w6pwl";
buildInputs = [ cookoo cli-go go-gypsy vcs ];
};