lol

Revert "ldb: 1.1.27 -> 1.3.1"

This reverts commit bc474e2dd847776193678ef83143c92da4925d95.

Source hash is incorrect:

https://hydra.nixos.org/build/68234054

And even fixing it doesn't make it compile:

Checking for system tdb (>=1.3.15) : not found
ERROR: System library tdb of version 1.3.15 not found, and bundling disabled
builder for ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed with exit code 1
error: build of ‘/nix/store/bxnawxa402vrv4qmcmj2hmp98a0bz7li-ldb-1.3.1.drv’ failed

+2 -2
+2 -2
pkgs/development/libraries/ldb/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "ldb-1.3.1"; 6 + name = "ldb-1.1.27"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://samba/ldb/${name}.tar.gz"; 10 - sha256 = "1b1mkggp8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d"; 10 + sha256 = "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d"; 11 11 }; 12 12 13 13 outputs = [ "out" "dev" ];