summary refs log tree commit diff
path: root/pkgs/development/libraries/lmdbxx
diff options
context:
space:
mode:
authorPhilipp <philipp+dev@xndr.de>2021-04-20 18:21:21 +0200
committerPhilipp <philipp+dev@xndr.de>2021-04-23 13:18:03 +0200
commit7d797a730390468cad6880b899f057e68cc6f45a (patch)
tree81f844b0138d4ef31e90533464297afad394b74b /pkgs/development/libraries/lmdbxx
parent5c4b9be2e144a2c3814dd2dae5ea0a7697822eb0 (diff)
downloadnixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar.gz
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar.bz2
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar.lz
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar.xz
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.tar.zst
nixpkgs-7d797a730390468cad6880b899f057e68cc6f45a.zip
lmdbxx: 0.9.21.0 -> 1.0.0 and maintainer change
Diffstat (limited to 'pkgs/development/libraries/lmdbxx')
-rw-r--r--pkgs/development/libraries/lmdbxx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/lmdbxx/default.nix b/pkgs/development/libraries/lmdbxx/default.nix
index 9b1d320678a..2d037afbe21 100644
--- a/pkgs/development/libraries/lmdbxx/default.nix
+++ b/pkgs/development/libraries/lmdbxx/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "lmdbxx";
-  version = "0.9.14.0";
+  version = "1.0.0";
 
   src = fetchFromGitHub {
-    owner = "drycpp";
+    owner = "hoytech";
     repo = "lmdbxx";
     rev = version;
-    sha256 = "1jmb9wg2iqag6ps3z71bh72ymbcjrb6clwlkgrqf1sy80qwvlsn6";
+    sha256 = "sha256-7CxQZdgHVvmof6wVR9Mzic6tg89XJT3Z1ICGRs7PZYo=";
   };
 
   buildInputs = [ lmdb ];