mysql-workbench: use latest jre

This commit is contained in:
Infinidoge 2024-02-04 06:44:43 -05:00 committed by Weijia Wang
parent 3305b2b25e
commit f6376745de

View File

@ -39840,7 +39840,6 @@ with pkgs;
};
mysql = mysql;
pcre = pcre-cpp;
jre = openjdk19; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
});
r128gain = callPackage ../applications/audio/r128gain { };