Skip to content

Commit

Permalink
monetdb: 11.37.7 -> 11.37.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 29, 2020
1 parent 2988feb commit 28f2d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/monetdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
}:

let
version = "11.37.7";
version = "11.37.11";
in stdenv.mkDerivation {

pname = "monetdb";
inherit version;

src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "00z6c7z4f9ww43574nz32b06rw5ln5fy3hlml32h2wrwsg0cj5jh";
sha256 = "0ch4vka64m5fbyah2730rcv7xpgy4hq26vbi8wd8mkadwna7azr5";
};

postPatch = ''
Expand Down

0 comments on commit 28f2d2f

Please sign in to comment.