Merge pull request #277490 from r-ryantm/auto-update/monetdb

monetdb: 11.47.17 -> 11.49.1
This commit is contained in:
Robert Scott
2024-01-01 16:52:08 +00:00
committed by GitHub
+2 -2
View File
@@ -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 ];