Merge pull request #168317 from toonn/wire-desktop-bump

wire-desktop: version bump
This commit is contained in:
Florian Klink 2022-04-14 19:00:14 +02:00 committed by GitHub
commit 9a5459efdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ let
pname = "wire-desktop"; pname = "wire-desktop";
version = { version = {
x86_64-darwin = "3.26.4145"; x86_64-darwin = "3.27.4357";
x86_64-linux = "3.26.2941"; x86_64-linux = "3.27.2944";
}.${system} or throwSystem; }.${system} or throwSystem;
sha256 = { sha256 = {
x86_64-darwin = "1ck74a9z2mrwmljrqm347bqhjiaf1v0bf1jfnp58cqngh5ygqnf2"; x86_64-darwin = "0xihg9fzsbwib2fmb1yqx9015i9q4k0ph8lna4mzgicmrjkw54g8";
x86_64-linux = "01gy84gr0gw5ap7hpy72azaf6hlzac7vxkn5cgad5sfbyzxgjgc9"; x86_64-linux = "1wqnrmp8q84izvqv25fgks5pv6la3vahm5dsn7bc6zxqb0xz2xvy";
}.${system} or throwSystem; }.${system} or throwSystem;
meta = with lib; { meta = with lib; {