rpcbind: 1.2.6 -> 1.2.9
https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.9/
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
systemd,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rpcbind";
|
||||
version = "1.2.6";
|
||||
version = "1.2.9";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://git.linux-nfs.org/projects/steved/rpcbind.git";
|
||||
rev = "c0c89b3bf2bdf304a5fe3cab626334e0cdaf1ef2";
|
||||
hash = "sha256-aidETIZaQYzC3liDGM915wyBWpMrn4OudxEcFS/Iucw=";
|
||||
rev = "refs/tags/rpcbind-${builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
|
||||
hash = "sha256-uiUGSCUkFTFl+hqzXgJEjl4WZCcMi+QxuAGmY0g+fs4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -48,9 +48,9 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
homepage = "https://linux-nfs.org/";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ zwang20 ];
|
||||
longDescription = ''
|
||||
Universal addresses to RPC program number mapper.
|
||||
'';
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user