autofs5: 5.1.5 -> 5.1.6
This commit is contained in:
parent
5ae6d3a33b
commit
02f8b3df48
@ -2,14 +2,14 @@
|
|||||||
, libxml2, kerberos, kmod, openldap, sssd, cyrus_sasl, openssl }:
|
, libxml2, kerberos, kmod, openldap, sssd, cyrus_sasl, openssl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.1.5";
|
version = "5.1.6";
|
||||||
name = "autofs-${version}";
|
name = "autofs-${version}";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/daemons/autofs/v5/${name}.tar.xz";
|
url = "mirror://kernel/linux/daemons/autofs/v5/${name}.tar.xz";
|
||||||
sha256 = "1nn0z60f49zchpv8yw67fk8hmbjszpnczs0bj2ql2vgxwbcxmbr3";
|
sha256 = "1vya21mb4izj3khcr3flibv7xc15vvx2v0rjfk5yd31qnzcy7pnx";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user