about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-10-14 19:00:42 -0500
committerGitHub <noreply@github.com>2019-10-14 19:00:42 -0500
commit981abce3e260f9edea4141f908a480cf0a7b85b0 (patch)
treed7eb4b8b948f0636c6a65d34dfe11a2968883636 /pkgs/os-specific
parent4db68207f9b9a4c6098fccf7bc1f634e5be760f0 (diff)
parent02f8b3df48fae14122f7d9f6826ef271d66842cb (diff)
Merge pull request #70678 from dtzWill/update/dicts-2019-10
aspellDicts,hunspellDicts: misc updates (en_*)
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/autofs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/autofs/default.nix b/pkgs/os-specific/linux/autofs/default.nix
index 38e2fa9bd344c..591a9a8792fc5 100644
--- a/pkgs/os-specific/linux/autofs/default.nix
+++ b/pkgs/os-specific/linux/autofs/default.nix
@@ -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 = ''