wire-desktop: mac 3.40.5442 -> 3.42.5489

This commit is contained in:
KorkutKardes7
2026-07-13 15:33:22 +03:00
parent c557d0d0a6
commit 801b3eb24a
+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;