monetdb: 11.47.3 -> 11.47.5

This commit is contained in:
Florian Engel 2023-08-30 21:43:05 +02:00
parent a3ab4086a2
commit aeb2407b53
No known key found for this signature in database
GPG Key ID: 76762421D45837DE

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