mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #143519 from r-ryantm/auto-update/rpcbind
rpcbind: 1.2.5 -> 1.2.6
This commit is contained in:
commit
5d1640e32e
|
@ -3,12 +3,12 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "rpcbind";
|
||||
version = "1.2.5";
|
||||
version = "1.2.6";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://git.linux-nfs.org/projects/steved/rpcbind.git";
|
||||
rev = "c0c89b3bf2bdf304a5fe3cab626334e0cdaf1ef2";
|
||||
sha256 = "1k5rr0pia70ifyp877rbjdd82377fp7ii0sqvv18qhashr6489va";
|
||||
sha256 = "sha256-aidETIZaQYzC3liDGM915wyBWpMrn4OudxEcFS/Iucw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue