grv: 0.1.2 -> 0.2.0
Needs libgit2 0.27 apparently, doesn't build with 0.26 or 0.25 in-tree.
This commit is contained in:
parent
a9300b2b6b
commit
c9d79c639f
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_25, ncurses, pkgconfig, readline }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
|
||||||
let
|
let
|
||||||
version = "0.1.2";
|
version = "0.2.0";
|
||||||
in
|
in
|
||||||
buildGoPackage {
|
buildGoPackage {
|
||||||
name = "grv-${version}";
|
name = "grv-${version}";
|
||||||
|
|
||||||
buildInputs = [ ncurses readline curl libgit2_0_25 ];
|
buildInputs = [ ncurses readline curl libgit2_0_27 ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
goPackagePath = "github.com/rgburke/grv";
|
goPackagePath = "github.com/rgburke/grv";
|
||||||
@ -14,7 +14,7 @@ buildGoPackage {
|
|||||||
owner = "rgburke";
|
owner = "rgburke";
|
||||||
repo = "grv";
|
repo = "grv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1i8cr5xxdacpby60nqfyj8ijyc0h62029kbds2lq26rb8nn9qih2";
|
sha256 = "0hlqw6b51jglqzzjgazncckpgarp25ghshl0lxv1mff80jg8wd1a";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user