lmdb: 0.9.24 -> 0.9.25

Change to official repo. The Github read-only mirror is abandoned.
This commit is contained in:
Jesper Geertsen Jonsson 2020-06-13 20:07:34 +02:00
parent 7602241fbd
commit 021570aaf0

View File

@ -1,14 +1,13 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchgit }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lmdb"; pname = "lmdb";
version = "0.9.24"; version = "0.9.25";
src = fetchFromGitHub { src = fetchgit {
owner = "LMDB"; url = "https://git.openldap.org/openldap/openldap.git";
repo = "lmdb";
rev = "LMDB_${version}"; rev = "LMDB_${version}";
sha256 = "088q6m8fvr12w43s461h7cvpg5hj8csaqj6n9pci150dz7bk5lxm"; sha256 = "0i60zlca8r6fib23gdgl4c80gxpx24772ggpvz94yr7zaai4k11w";
}; };
postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb"; postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb";