monetdb: 11.43.9 -> 11.43.21

This commit is contained in:
R. Ryantm 2022-08-24 16:34:47 +00:00
parent 6895427d34
commit 2a3fabed14

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "monetdb";
version = "11.43.9";
version = "11.43.21";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "sha256-DTpuL5caf4fmJMGq+1L3iyiSkLZYIUnejgJ/4LOk6kQ=";
sha256 = "sha256-1JfwRMpsEbK+HELwp5BFDkJoJ2yIgHwWvwhGfeaBGsA=";
};
postPatch = ''