Merge pull request #188198 from r-ryantm/auto-update/monetdb

monetdb: 11.43.9 -> 11.43.21
This commit is contained in:
superherointj 2022-08-26 00:17:16 -03:00 committed by GitHub
commit 1021457ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''