3
0
Fork 0
forked from mirrors/nixpkgs

govers: 20150109 -> 20160623

This commit is contained in:
zimbatm 2018-12-05 14:50:35 +01:00
parent 8c74bea7b8
commit b5360ce722
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -2,15 +2,15 @@
buildGoPackage rec {
name = "govers-${version}";
version = "20150109-${stdenv.lib.strings.substring 0 7 rev}";
rev = "3b5f175f65d601d06f48d78fcbdb0add633565b9";
version = "20160623-${stdenv.lib.strings.substring 0 7 rev}";
rev = "77fd787551fc5e7ae30696e009e334d52d2d3a43";
goPackagePath = "github.com/rogpeppe/govers";
src = fetchgit {
inherit rev;
url = "https://github.com/rogpeppe/govers";
sha256 = "0din5a7nff6hpc4wg0yad2nwbgy4q1qaazxl8ni49lkkr4hyp8pc";
sha256 = "12w83vyi8mgn48fwdm2js693qcydimxapg8rk0yf01w0ab03r5wn";
};
dontRenameImports = true;