sssd: 1.16.0 -> 1.16.1
This commit is contained in:
parent
532bd714ba
commit
e31f49f671
@ -11,11 +11,11 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sssd-${version}";
|
name = "sssd-${version}";
|
||||||
version = "1.16.0";
|
version = "1.16.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
|
url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
|
||||||
sha256 = "03wllgbxxz2zv14dcqr8d2xssppi7ibckh0rlky8gvsw6vjsd0f5";
|
sha256 = "0vjh1c5960wh86zjsamdjhljls7bb5fz5jpcazgzrpmga5w6ggrd";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
|
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user