1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

monetdb: 11.31.13 -> 11.33.3

This commit is contained in:
Florian Engel 2019-05-02 15:21:36 +02:00
parent 676d292cef
commit baf9c7fa85

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 = ''