Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nfs-utils: 2.6.2 -> 2.6.4

authored by Ashish SHUKLA and committed by Yureka 191d8a30 f0553fb2

+3 -3
+3 -3
pkgs/os-specific/linux/nfs-utils/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "nfs-utils"; 13 - version = "2.6.2"; 13 + version = "2.6.4"; 14 14 15 15 src = fetchurl { 16 16 url = "mirror://kernel/linux/utils/nfs-utils/${version}/${pname}-${version}.tar.xz"; 17 - hash = "sha256-UgCHPoHE1hDiRi/CYv4YE18tvni3l5+VrM0VmuZNUBE="; 17 + hash = "sha256-AbOw+5x9C7q/URTHNlQgMHSMeI7C/Zc0dEIB6bChEZ0="; 18 18 }; 19 19 20 20 # libnfsidmap is built together with nfs-utils from the same source, ··· 69 69 substituteInPlace systemd/nfs-utils.service \ 70 70 --replace "/bin/true" "${coreutils}/bin/true" 71 71 72 - substituteInPlace tools/nfsrahead/Makefile.in \ 72 + substituteInPlace tools/nfsrahead/Makefile.in systemd/Makefile.in \ 73 73 --replace "/usr/lib/udev/rules.d/" "$out/lib/udev/rules.d/" 74 74 75 75 substituteInPlace utils/mount/Makefile.in \