wire-desktop: mac 3.40.5442 -> 3.42.5489 (#541443)

This commit is contained in:
Sandro
2026-07-14 17:49:35 +00:00
committed by GitHub
+2 -2
View File
@@ -28,12 +28,12 @@ let
};
};
x86_64-darwin = rec {
version = "3.40.5442";
version = "3.42.5489";
src = fetchFromGitHub {
owner = "wireapp";
repo = "wire-desktop";
tag = "macos/${version}";
hash = "sha256-pNu+/JKvaKSqHxNeDL8RcDy+FiY3aynQH06t05qgXrA=";
hash = "sha256-v80sdksor6V0OVXlBTeMf9Jz8lhQy+UdyTxxupuafeo=";
};
};
aarch64-linux = x86_64-linux;