summary refs log tree commit diff
path: root/pkgs/development/tools/glide/default.nix
blob: 9489f5a7bac850941ccf259d1a2ca2d01410ec02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was generated by go2nix.
{ stdenv, lib, buildGo16Package, fetchgit, fetchhg, fetchbzr, fetchsvn }:

buildGo16Package 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";
  };
}