Skip to content

Commit

Permalink
monetdb: 11.51.3 -> 11.51.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 27, 2024
1 parent 26b95a4 commit dc0ca57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/monetdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "monetdb";
version = "11.51.3";
version = "11.51.7";

src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
hash = "sha256-ql6J4e62sL/g6s6cr2xMoxmlsLyovapaGtpcQIZ9tOU=";
hash = "sha256-lWURVG+5NSWBTxXC5slYSedMZC1Z/HGfzZ43tR7z4dE=";
};

nativeBuildInputs = [ bison cmake python3 ];
Expand Down

0 comments on commit dc0ca57

Please sign in to comment.