libsearpc: 3.2.0 -> 3.3-20230626

This commit is contained in:
MGlolenstine 2023-06-26 12:07:38 +02:00
parent 255fce191e
commit 6055148854

View file

@ -9,22 +9,20 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.2.0"; version = "3.3-20230626";
commit = "783141fb694f3bd1f8bd8a783670dd25a53b9fc1";
pname = "libsearpc"; pname = "libsearpc";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "haiwen"; owner = "haiwen";
repo = "libsearpc"; repo = "libsearpc";
rev = "v${version}"; rev = commit;
sha256 = "18i5zvrp6dv6vygxx5nc93mai2p2x786n5lnf5avrin6xiz2j6hd"; sha256 = "sha256-nYYp3EyA8nufhbWaw4Lv/c4utGYaxC+PoFyamUEVJx4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkg-config pkg-config
];
buildInputs = [
python3 python3
]; ];