lbdb: 0.44 -> 0.45.3

This commit is contained in:
Kai Harries
2017-12-17 13:31:31 +00:00
committed by Orivej Desh
parent 84cfcb81eb
commit 94cec9d326
+5 -4
View File
@@ -6,7 +6,7 @@
}: }:
let let
version = "0.44"; version = "0.45.3";
in in
with stdenv.lib; with stdenv.lib;
with perlPackages; with perlPackages;
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
name = "lbdb-${version}"; name = "lbdb-${version}";
src = fetchurl { src = fetchurl {
url = "http://www.spinnaker.de/debian/lbdb_${version}.tar.gz"; url = "http://www.spinnaker.de/debian/lbdb_${version}.tar.gz";
sha256 = "0kjz3n2ilrg6yrz8z40714ppdprgwhbgvzcsjzs822l6da4qxna3"; sha256 = "01lx1nb5nlhwz663v35gg7crd36c78hnipq4z0dqyb9wjigwwg9k";
}; };
buildInputs = [ goobook makeWrapper perl ConvertASN1 NetLDAP AuthenSASL ] buildInputs = [ goobook makeWrapper perl ConvertASN1 NetLDAP AuthenSASL ]
@@ -37,8 +37,9 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.spinnaker.de/lbdb/; homepage = http://www.spinnaker.de/lbdb/;
license = stdenv.lib.licenses.gpl2; license = licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
description = "The Little Brother's Database"; description = "The Little Brother's Database";
maintainers = [ maintainers.kaiha ];
}; };
} }