forked from mirrors/nixpkgs
389-ds-base: 1.3.3.9 -> 1.3.5.4
This commit is contained in:
parent
eb5d0db76e
commit
44134d52ae
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue