Merge pull request #212077 from r-ryantm/auto-update/libzdb

libzdb: 3.2.2 -> 3.2.3
This commit is contained in:
Mario Rodas 2023-01-22 15:01:23 -05:00 committed by GitHub
commit bd5dc83417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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