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

monetdb: 11.41.13 -> 11.43.5
This commit is contained in:
Renaud 2022-02-23 19:03:40 +01:00 committed by GitHub
commit 9cc81c3f6c
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.41.13";
version = "11.43.5";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "sha256-42u/sWUEOlCGe9UaWnUQJJ39TIE6OBI/5P9sKxKvreM=";
sha256 = "sha256-Pgh2gqsZnDEOBs2t7PoRWXZ9hSPcGRL0YL4QSP8dLL8=";
};
postPatch = ''