Merge pull request #313929 from wegank/mysql-workbench-jre

mysql-workbench: use latest jre
This commit is contained in:
Weijia Wang 2024-05-24 11:27:17 +02:00 committed by GitHub
commit c9102f72fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39826,7 +39826,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 { };