monetdb: 11.49.11 -> 11.51.3

This commit is contained in:
R. Ryantm 2024-10-15 17:29:32 +00:00 committed by Pascal Bach
parent cc080216d3
commit 23c4c19541

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "monetdb";
version = "11.49.11";
version = "11.51.3";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
hash = "sha256-tnGRNTx/SH7Yj8xvaFUxKr8af+7b8ZouU4PdmKEMkKk=";
hash = "sha256-ql6J4e62sL/g6s6cr2xMoxmlsLyovapaGtpcQIZ9tOU=";
};
nativeBuildInputs = [ bison cmake python3 ];