monetdb: 11.45.13 -> 11.45.17

This commit is contained in:
Florian Engel 2023-06-10 18:27:25 +02:00
parent a30520bf8e
commit c308e99e27
No known key found for this signature in database
GPG Key ID: 76762421D45837DE

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "monetdb";
version = "11.45.13";
version = "11.45.17";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "sha256-TYTzC1oiU/YwrJNABwyA50qSB12cwrMurqYFVCtSAcc=";
sha256 = "sha256-sVRNnaklw2mHkTz8Kw6x8uPfdN+I1n1tOjHBslyMpGc=";
};
postPatch = ''
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
$out/bin/Mz.py \
$out/bin/Mtest.py \
$out/bin/sqlsample.pl \
$out/bin/malsample.pl
$out/bin/malsample.pl \
$out/bin/Mconvert.py
'';
nativeBuildInputs = [ cmake python3 ];