Merge pull request #252424 from StillerHarpo/monetdb

monetdb: 11.47.3 -> 11.47.5

authored by Matthias Beyer and committed by GitHub 6fa3cc73 60b0fc09

+2 -2
+2 -2
pkgs/servers/sql/monetdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation (finalAttrs: { 4 4 pname = "monetdb"; 5 - version = "11.47.3"; 5 + version = "11.47.5"; 6 6 7 7 src = fetchurl { 8 8 url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2"; 9 - hash = "sha256-0vhcPh4ZXCAKpgiSZstu6vBQv7VwOYc6qoz8dPkugNE="; 9 + hash = "sha256-GuGGs3hAheNYsaiUG7femLhi38c4gB528bruRotOdNE="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ bison cmake python3 ];