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

with goPackages;

buildGoPackage rec {
  name = "govers-${version}";
  version = "20150109-${stdenv.lib.strings.substring 0 7 rev}";
  rev = "3b5f175f65d601d06f48d78fcbdb0add633565b9";
  
  goPackagePath = "github.com/rogpeppe/govers";

  src = fetchgit {
    inherit rev;
    url = "https://github.com/rogpeppe/govers";
    sha256 = "0din5a7nff6hpc4wg0yad2nwbgy4q1qaazxl8ni49lkkr4hyp8pc";
  };

  dontRenameImports = true;
}