summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sssd
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-10-23 19:38:02 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-25 19:36:30 +0300
commit2351947c574bd05e5d1e4b480b95b71c742767d3 (patch)
treeab821e60d2724080ec813d160cdfdc00feee5412 /pkgs/os-specific/linux/sssd
parent1cea1b66a4f05b8939a7ec2720713fc6024e9d61 (diff)
downloadnixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar.gz
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar.bz2
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar.lz
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar.xz
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.tar.zst
nixpkgs-2351947c574bd05e5d1e4b480b95b71c742767d3.zip
sssd: 1.14.2 -> 1.16.0
Diffstat (limited to 'pkgs/os-specific/linux/sssd')
-rw-r--r--pkgs/os-specific/linux/sssd/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/os-specific/linux/sssd/default.nix b/pkgs/os-specific/linux/sssd/default.nix
index 834476da0ca..516f0b92df6 100644
--- a/pkgs/os-specific/linux/sssd/default.nix
+++ b/pkgs/os-specific/linux/sssd/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchurl, pkgs, lib, glibc, augeas, dnsutils, c-ares,
+{ stdenv, fetchurl, pkgs, lib, glibc, augeas, dnsutils, c-ares, curl,
   cyrus_sasl, ding-libs, libnl, libunistring, nss, samba, libnfsidmap, doxygen,
   python, python3, pam, popt, talloc, tdb, tevent, pkgconfig, ldb, openldap,
   pcre, kerberos, cifs_utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2,
-  docbook_xml_xslt, ldap, systemd, nspr, check, cmocka, uid_wrapper,
+  libuuid, docbook_xml_xslt, ldap, systemd, nspr, check, cmocka, uid_wrapper,
   nss_wrapper, docbook_xml_dtd_44, ncurses, Po4a, http-parser, jansson
   , withSudo ? false }:
 
@@ -11,11 +11,11 @@ let
 in
 stdenv.mkDerivation rec {
   name = "sssd-${version}";
-  version = "1.14.2";
+  version = "1.16.0";
 
   src = fetchurl {
     url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
-    sha1 = "167b2216c536035175ff041d0449e0a874c68601";
+    sha256 = "03wllgbxxz2zv14dcqr8d2xssppi7ibckh0rlky8gvsw6vjsd0f5";
   };
 
   # Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
@@ -47,11 +47,11 @@ stdenv.mkDerivation rec {
   '';
 
   enableParallelBuilding = true;
-  buildInputs = [ augeas dnsutils c-ares cyrus_sasl ding-libs libnl libunistring nss
+  buildInputs = [ augeas dnsutils c-ares curl cyrus_sasl ding-libs libnl libunistring nss
                   samba libnfsidmap doxygen python python3 popt
                   talloc tdb tevent pkgconfig ldb pam openldap pcre kerberos
                   cifs_utils glib keyutils dbus fakeroot libxslt libxml2
-                  ldap systemd nspr check cmocka uid_wrapper
+                  libuuid ldap systemd nspr check cmocka uid_wrapper
                   nss_wrapper ncurses Po4a http-parser jansson ];
 
   makeFlags = [