Skip to content

Commit

Permalink
Merge NixOS#313712: lmdb: 0.9.32 -> 0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 25, 2024
2 parents 9c804e0 + c9d7004 commit c82c30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/lmdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "lmdb";
version = "0.9.32";
version = "0.9.33";

src = fetchFromGitLab {
domain = "git.openldap.org";
owner = "openldap";
repo = "openldap";
rev = "LMDB_${version}";
sha256 = "sha256-29ZrGIiGqrvX+WsPRs2V25hPmAJSHTHaGo19nMldsb8=";
sha256 = "sha256-5IBoJ3jaNXao5zVzb0LDM8RGid4s8DGQpjVqrVPLpXQ=";
};

postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb";
Expand Down

0 comments on commit c82c30c

Please sign in to comment.