Merge pull request #252424 from StillerHarpo/monetdb

monetdb: 11.47.3 -> 11.47.5
This commit is contained in:
Matthias Beyer 2023-08-31 13:38:21 +02:00 committed by GitHub
commit 6fa3cc735f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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