Merge pull request #82063 from r-ryantm/auto-update/libzdb
libzdb: 3.1 -> 3.2.1
This commit is contained in:
commit
f613ff282f
1 changed files with 3 additions and 3 deletions
|
@ -2,20 +2,20 @@
|
|||
|
||||
stdenv.mkDerivation rec
|
||||
{
|
||||
version = "3.1";
|
||||
version = "3.2.1";
|
||||
pname = "libzdb";
|
||||
|
||||
src = fetchurl
|
||||
{
|
||||
url = "https://www.tildeslash.com/libzdb/dist/libzdb-${version}.tar.gz";
|
||||
sha256 = "1596njvy518x7vsvsykmnk1ky82x8jxd6nmmp551y6hxn2qsn08g";
|
||||
sha256 = "1w9zzpgw3qzirsy5g4aaq1469kdq46gr2nhvrs3xqlwz1adbb9xr";
|
||||
};
|
||||
|
||||
buildInputs = [ sqlite ];
|
||||
|
||||
meta =
|
||||
{
|
||||
homepage = http://www.tildeslash.com/libzdb/;
|
||||
homepage = "http://www.tildeslash.com/libzdb/";
|
||||
description = "A small, easy to use Open Source Database Connection Pool Library";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue