nixpkgs/pkgs/development/tools/glide/default.nix
2016-06-09 11:22:02 +02:00

19 lines
438 B
Nix

# This file was generated by go2nix.
{ stdenv, lib, go16Packages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
with go16Packages;
buildGoPackage rec {
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";
};
}