tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
autofs5: 5.1.2 -> 5.1.3
Joachim Fasting
9 years ago
f0c08e3c
03b61cef
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
autofs
default.nix
+2
-2
pkgs/os-specific/linux/autofs/default.nix
reviewed
···
2
2
, libxml2, kerberos, kmod, openldap, sssd, cyrus_sasl, openssl }:
3
3
4
4
let
5
5
-
version = "5.1.2";
5
5
+
version = "5.1.3";
6
6
name = "autofs-${version}";
7
7
in stdenv.mkDerivation {
8
8
inherit name;
9
9
10
10
src = fetchurl {
11
11
url = "mirror://kernel/linux/daemons/autofs/v5/${name}.tar.xz";
12
12
-
sha256 = "031z64hmbzyllgvi72cw87755vnmafvsfwi0w21xksla10wxxdw8";
12
12
+
sha256 = "1gxifa93104pxlmxrikhwciy5zdgk20m63siyhq1myym7vzfnvp9";
13
13
};
14
14
15
15
preConfigure = ''