autofs5: 5.1.5 -> 5.1.6

This commit is contained in:
Will Dietz 2019-10-07 14:14:03 -05:00
parent 5ae6d3a33b
commit 02f8b3df48
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,14 +2,14 @@
, libxml2, kerberos, kmod, openldap, sssd, cyrus_sasl, openssl }:
let
version = "5.1.5";
version = "5.1.6";
name = "autofs-${version}";
in stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://kernel/linux/daemons/autofs/v5/${name}.tar.xz";
sha256 = "1nn0z60f49zchpv8yw67fk8hmbjszpnczs0bj2ql2vgxwbcxmbr3";
sha256 = "1vya21mb4izj3khcr3flibv7xc15vvx2v0rjfk5yd31qnzcy7pnx";
};
preConfigure = ''