forked from mirrors/nixpkgs
gitAndTools.grv: 0.3.1 -> 0.3.2
This commit is contained in:
parent
b3e6d205b8
commit
d13c14b5e3
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
|
||||||
let
|
let
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
in
|
in
|
||||||
buildGoPackage {
|
buildGoPackage {
|
||||||
pname = "grv";
|
pname = "grv";
|
||||||
|
@ -15,7 +15,7 @@ buildGoPackage {
|
||||||
owner = "rgburke";
|
owner = "rgburke";
|
||||||
repo = "grv";
|
repo = "grv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16ylapsibqrqwx45l4ypr3av07rd1haf10v838mjqsakf8l1xc0b";
|
sha256 = "0bpjsk35rlp56z8149z890adnhmxyh743vsls3q86j4682b83kyf";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue