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

monetdb: 11.47.5 -> 11.47.11
This commit is contained in:
Weijia Wang 2023-10-12 23:30:10 +02:00 committed by GitHub
commit b202a3a8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];