Skip to content

Commit 5bf6c9a

Browse files
committed
mysql-workbench: 8.0.41 -> 8.0.42
1 parent ae4bc47 commit 5bf6c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/my/mysql-workbench/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ let
5050
in
5151
stdenv.mkDerivation (finalAttrs: {
5252
pname = "mysql-workbench";
53-
version = "8.0.41";
53+
version = "8.0.42";
5454

5555
src = fetchurl {
5656
url = "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${finalAttrs.version}-src.tar.gz";
57-
hash = "sha256-H/u1nwizZ9pCEu9JPXRcKshxjvc/efcZ//6ankHcGGk=";
57+
hash = "sha256-d4SnNALK76AXWEu0WHX0dZv4co6Q+oCMTYAVV3pd9gU=";
5858
};
5959

6060
patches = [

0 commit comments

Comments
 (0)