libzdb: 3.2.3 -> 3.4.0

This commit is contained in:
R. Ryantm 2024-08-06 00:43:29 +00:00
parent 0306728f34
commit 3818902133

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec
{
version = "3.2.3";
version = "3.4.0";
pname = "libzdb";
src = fetchurl
{
url = "https://www.tildeslash.com/libzdb/dist/libzdb-${version}.tar.gz";
sha256 = "sha256-oZV4Jvq3clSE/Ft0eApqfQ2Lf14uVNJuEGs5ngqGvrA=";
sha256 = "sha256-q9Z1cZvL3eQwqk7hOXW5gNVdKry1zCKAgqMDIKa7nw8=";
};
buildInputs = [ sqlite ];