glide: extracted from goPackages
This commit is contained in:
18
pkgs/development/tools/glide/default.nix
Normal file
18
pkgs/development/tools/glide/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user