mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #47109 from fgaz/lmdbxx/drycpp
lmdbxx: change repo location
This commit is contained in:
commit
124c0f98e9
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "0.9.14.0";
|
version = "0.9.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bendiken";
|
owner = "drycpp";
|
||||||
repo = "lmdbxx";
|
repo = "lmdbxx";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1jmb9wg2iqag6ps3z71bh72ymbcjrb6clwlkgrqf1sy80qwvlsn6";
|
sha256 = "1jmb9wg2iqag6ps3z71bh72ymbcjrb6clwlkgrqf1sy80qwvlsn6";
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bendiken/lmdbxx#readme";
|
homepage = "https://github.com/drycpp/lmdbxx#readme";
|
||||||
description = "C++11 wrapper for the LMDB embedded B+ tree database library";
|
description = "C++11 wrapper for the LMDB embedded B+ tree database library";
|
||||||
license = stdenv.lib.licenses.unlicense;
|
license = stdenv.lib.licenses.unlicense;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
||||||
|
|
Loading…
Reference in a new issue