mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
glide: 0.6.1 -> 0.10.2 (using go 1.6)
This commit is contained in:
parent
9035827986
commit
300527b31a
2 changed files with 4 additions and 2 deletions
|
@ -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 { };
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue