Merge pull request #60764 from StillerHarpo/monetdb

monetdb: 11.31.13 -> 11.33.3
This commit is contained in:
Alyssa Ross 2019-05-02 16:51:07 +00:00 committed by GitHub
commit 6ed059662a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
}:
let
version = "11.31.13";
version = "11.33.3";
in stdenv.mkDerivation rec {
name = "monetdb-${version}";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "1dvqhjxd2lmnqjzj14n4dnlflca0525kshl9abi7qjv0ipcc6a4l";
sha256 = "0k0xcm3b5qq2arjfn8f1h020sjkk97qfynsimn848bnl01vscqh8";
};
postPatch = ''