nixpkgs/pkgs/development/tools/glide/default.nix

17 lines
424 B
Nix
Raw Normal View History

2016-06-05 08:53:30 +00:00
# This file was generated by go2nix.
2016-06-06 00:28:52 +00:00
{ stdenv, lib, buildGo16Package, fetchgit, fetchhg, fetchbzr, fetchsvn }:
2016-06-05 08:53:30 +00:00
2016-06-06 00:28:52 +00:00
buildGo16Package rec {
2016-06-05 08:53:30 +00:00
name = "glide-${version}";
version = "0.10.2";
rev = "${version}";
goPackagePath = "github.com/Masterminds/glide";
src = fetchgit {
inherit rev;
url = "https://github.com/Masterminds/glide";
sha256 = "1qb2n5i04gabb2snnwfr8wv4ypcp1pdzvgga62m9xkhk4p2w6pwl";
};
}