about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-20 19:35:20 +0200
committerGitHub <noreply@github.com>2019-10-20 19:35:20 +0200
commit176e39f568c1cd66602fd7fda14879490206ff42 (patch)
tree7b8c6128a0a342baa5383bb41cbb880b78d2cdae /pkgs/tools
parent8d04355d877ecb38f0fd0725629ba3dfa4d3adf6 (diff)
parent91a86cbd0c8408059e72d59836c79570b658fd46 (diff)
Merge pull request #71274 from aanderse/nss-pam-ldapd
nss-pam-ldapd: 0.9.10 -> 0.9.11
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/nss-pam-ldapd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/nss-pam-ldapd/default.nix b/pkgs/tools/networking/nss-pam-ldapd/default.nix
index dc921dc495af8..569a6d118e777 100644
--- a/pkgs/tools/networking/nss-pam-ldapd/default.nix
+++ b/pkgs/tools/networking/nss-pam-ldapd/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "nss-pam-ldapd";
-  version = "0.9.10";
+  version = "0.9.11";
 
   src = fetchurl {
     url = "https://arthurdejong.org/nss-pam-ldapd/${pname}-${version}.tar.gz";
-    sha256 = "1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0";
+    sha256 = "1dna3r0q6sjhhlkhcp8x2zkslrd4y7701kk6fl5r940sdph1pmyh";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper autoreconfHook ];