Skip to content

Commit

Permalink
Merge pull request NixOS#277490 from r-ryantm/auto-update/monetdb
Browse files Browse the repository at this point in the history
monetdb: 11.47.17 -> 11.49.1
  • Loading branch information
risicle authored Jan 1, 2024
2 parents 79b4200 + b0b9f0d commit e827ca6
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 @@ -2,11 +2,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "monetdb";
version = "11.47.17";
version = "11.49.1";

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

nativeBuildInputs = [ bison cmake python3 ];
Expand Down

0 comments on commit e827ca6

Please sign in to comment.