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

monetdb: 11.39.11 -> 11.39.13
This commit is contained in:
Mario Rodas 2021-02-24 22:35:55 -05:00 committed by GitHub
commit 26bd22e0bc
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.39.11";
version = "11.39.13";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "1b70r4b5m0r0xpy7i76xx0xsmwagsjdcp5j6nqfjcyn1m65ydzvs";
sha256 = "sha256-e30Vykwk6U83/0pS3OWPJ2Oq2SAtNc1S6c1ZO42k39c=";
};
postPatch = ''