Merge pull request #297065 from r-ryantm/auto-update/monetdb

monetdb: 11.49.1 -> 11.49.5
This commit is contained in:
Weijia Wang 2024-03-24 23:52:58 +01:00 committed by GitHub
commit 7c7fb17b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];