lmdbxx: 0.9.21.0 -> 1.0.0 and maintainer change
This commit is contained in:
parent
5c4b9be2e1
commit
7d797a7303
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user