389-ds-base: 1.3.3.9 -> 1.3.5.4

This commit is contained in:
Franz Pletz 2016-09-24 20:16:27 +02:00
parent eb5d0db76e
commit 44134d52ae
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,14 +2,14 @@
, svrcore, icu, net_snmp, kerberos, pcre, perlPackages
}:
let
version = "1.3.3.9";
version = "1.3.5.4";
in
stdenv.mkDerivation rec {
name = "389-ds-base-${version}";
src = fetchurl {
url = "http://directory.fedoraproject.org/binaries/${name}.tar.bz2";
sha256 = "1qqwv5j60f38hz4xpbzn4pixhkj07yjzbp7kz7cvfkgvdwy9jqxx";
sha256 = "1f1r4wky8x39jdabnd277f6m0snnzh9f0wvsr8x4rnvkckjphbx8";
};
buildInputs = [