make libsearpc use a stable tag

This commit is contained in:
Trolli Schmittlauch 2019-10-17 21:47:52 +02:00
parent 08db45548a
commit e84aeea8f1

View file

@ -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 ];