summary refs log tree commit diff
path: root/pkgs/development/libraries/ldb
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-27 16:22:11 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-27 16:23:43 +0200
commiteef3601b089782c70b66202c00f7adaa43f7a8a6 (patch)
tree2bb1fc1cb211fcdcdcdb60243bb1cadb42cd8ed9 /pkgs/development/libraries/ldb
parentfff0daddce4999f0bdd428ee64be40cd8c26152e (diff)
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
Diffstat (limited to 'pkgs/development/libraries/ldb')
-rw-r--r--pkgs/development/libraries/ldb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ldb/default.nix b/pkgs/development/libraries/ldb/default.nix
index f7da9e9140d71..4f2785675f087 100644
--- a/pkgs/development/libraries/ldb/default.nix
+++ b/pkgs/development/libraries/ldb/default.nix
@@ -3,11 +3,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "ldb-1.3.1";
+  name = "ldb-1.1.27";
 
   src = fetchurl {
     url = "mirror://samba/ldb/${name}.tar.gz";
-    sha256 = "1b1mkggp8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
+    sha256 = "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
   };
 
   outputs = [ "out" "dev" ];