bump versions of libsearpc and ccnet-server, fix ccnet-server build

This commit is contained in:
Trolli Schmittlauch 2019-12-26 01:27:30 +01:00
parent ba46230605
commit 7cc9c9adab
2 changed files with 6 additions and 6 deletions

View file

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "haiwen";
repo = "libsearpc";
#rev = "v${version}";
rev = "v3.1-latest";
sha256 = "sha256:078r0bgncgadsv4v82kxmq2mvd19grssakjn0syrv61a96vmfyjj";
rev = "v${version}";
#rev = "35a19401d6b23e2fd6b90b5d9d9923b08927916d";
sha256 = "sha256:18i5zvrp6dv6vygxx5nc93mai2p2x786n5lnf5avrin6xiz2j6hd";
};
patches = [ ./libsearpc.pc.patch ];