monetdb: 11.47.5 -> 11.47.11

This commit is contained in:
R. Ryantm 2023-10-11 08:30:55 +00:00
parent 0ccfba07f2
commit 7f560763b0

View file

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