Merge pull request #58076 from dtzWill/update/sssd-1.16.4

sssd: 1.16.3 -> 1.16.4
This commit is contained in:
Sarah Brofeldt 2019-03-22 18:56:12 +01:00 committed by GitHub
commit 4a6cde0c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,21 +12,13 @@ let
in
stdenv.mkDerivation rec {
name = "sssd-${version}";
version = "1.16.3";
version = "1.16.4";
src = fetchurl {
url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
sha256 = "1i2fq37w0k71xwqcq1i4l3nglmwybc4694xbrccrih33qsh1fpgf";
sha256 = "0ngr7cgimyjc6flqkm7psxagp1m4jlzpqkn28pliifbmdg6i5ckb";
};
patches = [
(fetchpatch {
name = "duplicate-case-value.diff";
url = "https://github.com/SSSD/sssd/commit/1ee12b05570fcfb8.diff";
sha256 = "01y8i8cfs2gydn84097cl5fynx0db8b0vr345gh57ypp84in3ixw";
})
];
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2";