Commit 7f560763 authored by R. RyanTM's avatar R. RyanTM
Browse files

monetdb: 11.47.5 -> 11.47.11

parent 0ccfba07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "monetdb";
  version = "11.47.5";
  version = "11.47.11";

  src = fetchurl {
    url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
    hash = "sha256-GuGGs3hAheNYsaiUG7femLhi38c4gB528bruRotOdNE=";
    hash = "sha256-ZYogc8KjFYbmS7OlL2ufGxdnMAYOYeUFk8AVe7rDer0=";
  };

  nativeBuildInputs = [ bison cmake python3 ];