ipvsadm: 1.29 -> 1.30

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipvsadm/versions
This commit is contained in:
R. RyanTM 2019-07-15 11:33:48 -07:00
parent 7803ff314c
commit 1b61987706

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ipvsadm-${version}";
version = "1.29";
version = "1.30";
src = fetchurl {
url = "mirror://kernel/linux/utils/kernel/ipvsadm/${name}.tar.xz";
sha256 = "c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149";
sha256 = "033srm20n3114aci3b6cwxnkm7n68k09di2aziiryg27vxq3smwm";
};
postPatch = ''