Merge pull request #237071 from StillerHarpo/monetdb

monetdb: 11.45.13 -> 11.45.17
This commit is contained in:
Weijia Wang 2023-06-11 22:06:53 +03:00 committed by GitHub
commit 6ed025d614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];