ldb: 1.1.27 -> 1.3.1

This commit is contained in:
Lengyel Balazs 2018-01-18 21:34:33 +01:00
parent 5ca7b34ed8
commit bc474e2dd8

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "ldb-1.1.27";
name = "ldb-1.3.1";
src = fetchurl {
url = "mirror://samba/ldb/${name}.tar.gz";
sha256 = "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
sha256 = "1b1mkggp8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
};
outputs = [ "out" "dev" ];