mysql-workbench: 8.0.40 -> 8.0.41 (#377815)

This commit is contained in:
Nick Cao
2025-01-30 18:32:06 -05:00
committed by GitHub
+2 -2
View File
@@ -50,11 +50,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mysql-workbench";
version = "8.0.40";
version = "8.0.41";
src = fetchurl {
url = "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${finalAttrs.version}-src.tar.gz";
hash = "sha256-/CrjHgZ3IFFvUB1IxeURme8Z6BoZx0b03MWk8QCe0Sg=";
hash = "sha256-H/u1nwizZ9pCEu9JPXRcKshxjvc/efcZ//6ankHcGGk=";
};
patches = [