monetdb: 11.33.11 -> 11.35.3

This commit is contained in:
Florian Engel 2019-12-04 10:46:19 +01:00
parent deecdeae30
commit 341325768c

View File

@ -3,7 +3,7 @@
}:
let
version = "11.33.11";
version = "11.35.3";
in stdenv.mkDerivation {
pname = "monetdb";
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "1fzgf1hplwlki6l6yvrk8an9y4jj40xzl4m5x1d8vi3xr526bzc9";
sha256 = "185v8ph8jq8im77dmm20d64nwgjzzc01kz71rh09nb6x6rgcna2x";
};
postPatch = ''