Merge #117016: lmdb: 0.9.25 -> 0.9.28
This commit is contained in:
commit
b63ba1b96d
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lmdb";
|
pname = "lmdb";
|
||||||
version = "0.9.25";
|
version = "0.9.28";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.openldap.org/openldap/openldap.git";
|
url = "https://git.openldap.org/openldap/openldap.git";
|
||||||
rev = "LMDB_${version}";
|
rev = "LMDB_${version}";
|
||||||
sha256 = "0i60zlca8r6fib23gdgl4c80gxpx24772ggpvz94yr7zaai4k11w";
|
sha256 = "012a8bs49cswsnzw7k4piis5b6dn4by85w7a7mai9i04xcjyy9as";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb";
|
postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb";
|
||||||
|
|
Loading…
Reference in a new issue