mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
autofs5: 5.1.4 -> 5.1.5 (#50184)
* autofs5: 5.1.4 -> 5.1.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/autofs/versions * autofs5: refresh meta
This commit is contained in:
parent
1aed56ad5e
commit
b90bc0b2e3
@ -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.4";
|
version = "5.1.5";
|
||||||
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 = "08hpphawzcdibwbhw0r3y7hnfczlazpp90sf3bz2imgza7p31klg";
|
sha256 = "1nn0z60f49zchpv8yw67fk8hmbjszpnczs0bj2ql2vgxwbcxmbr3";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -40,8 +40,8 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Kernel-based automounter";
|
description = "Kernel-based automounter";
|
||||||
homepage = http://www.linux-consulting.com/Amd_AutoFS/autofs.html;
|
homepage = https://www.kernel.org/pub/linux/daemons/autofs/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
executables = [ "automount" ];
|
executables = [ "automount" ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user