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

monetdb: 11.49.7 -> 11.49.9
This commit is contained in:
Matthias Beyer
2024-05-18 09:31:45 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "monetdb";
version = "11.49.7";
version = "11.49.9";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
hash = "sha256-Z9GHyNzwIJZd/1eXjUT4+Tb1kZveAWHe6wEMXem/0Kw=";
hash = "sha256-dN4Me9VTLHzJHIiHP2mMy84I6nCycP2nYgb/J36rJnU=";
};
nativeBuildInputs = [ bison cmake python3 ];