monetdb: 11.45.7 -> 11.45.11

This commit is contained in:
R. Ryantm 2023-01-13 20:00:14 +00:00 committed by Bobby Rong
parent 02ff815e23
commit 2cae716942

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "monetdb";
version = "11.45.7";
version = "11.45.11";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "sha256-hIfi8YfZIExgv+z3YAxvkX8MiiGmOjB+/OryUoRPmDI=";
sha256 = "sha256-0Hme9ohyRuiN9CAZq7SAWGcQxNakiDVWEoL+wt1GsfY=";
};
postPatch = ''