make libsearpc use a stable tag
This commit is contained in:
parent
08db45548a
commit
e84aeea8f1
|
@ -1,15 +1,15 @@
|
||||||
{stdenv, fetchFromGitHub, automake, autoconf, pkgconfig, libtool, python2Packages, glib, jansson}:
|
{stdenv, fetchFromGitHub, automake, autoconf, pkgconfig, libtool, python2Packages, glib, jansson}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.2.0";
|
version = "3.1.0";
|
||||||
name = "libsearpc-${version}";
|
name = "libsearpc-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "haiwen";
|
owner = "haiwen";
|
||||||
repo = "libsearpc";
|
repo = "libsearpc";
|
||||||
#rev = "v${version}";
|
rev = "v${version}";
|
||||||
rev = "v3.2-latest";
|
#rev = "v3.2-latest";
|
||||||
sha256 = "sha256:0qn5k6ckvd8hhiv4j6xj431qj8wwabfzlzhiccc0an8gxjsfgzsz";
|
sha256 = "sha256:1zf8xxsl95wdx0372kl8s153hd8q3lhwwvwr2k96ia8scbn2ylkp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./libsearpc.pc.patch ];
|
patches = [ ./libsearpc.pc.patch ];
|
||||||
|
|
Loading…
Reference in a new issue