monetdb: 11.49.1 -> 11.49.5

This commit is contained in:
R. Ryantm 2024-03-19 00:24:04 +00:00
parent e0d7b921c6
commit 32c6d3176c
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "monetdb";
version = "11.49.1";
version = "11.49.5";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
hash = "sha256-ahZegA9wVWx5TZI23eDvqnGS2Uhnbhoq9Jx8sw9yNko=";
hash = "sha256-GZVPmsgknyOtDIRD56/pbwFX3mLFbxNbaO0pz2PwDNs=";
};
nativeBuildInputs = [ bison cmake python3 ];