rpcbind: 0.2.4 -> 1.2.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rpcbind/versions.
This commit is contained in:
R. RyanTM 2018-08-16 13:51:41 -07:00
parent 249ba3d3ed
commit 1758e15810

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "rpcbind-${version}";
version = "0.2.4";
version = "1.2.5";
src = fetchurl {
url = "mirror://sourceforge/rpcbind/${version}/${name}.tar.bz2";
sha256 = "0rjc867mdacag4yqvs827wqhkh27135rp9asj06ixhf71m9rljh7";
sha256 = "0ynszy5hpc7wbz8xngqwyhgbi9cay73y43izqhcmrcv375l61qrc";
};
patches = [