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

This commit is contained in:
Sandro 2021-05-12 18:02:47 +02:00 committed by GitHub
commit fa41b8a54f
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.24.4059"; x86_64-darwin = "3.25.4095";
x86_64-linux = "3.24.2939"; x86_64-linux = "3.25.2940";
}.${system} or throwSystem; }.${system} or throwSystem;
sha256 = { sha256 = {
x86_64-darwin = "1zjv3d8jp0wldrzl02q9kir7q3y5bcb6hsfli6wip8bmaq78dksy"; x86_64-darwin = "01gbmbxs3w7lwsy5wjpr7fgqkb20rj5fv1r3dsmjkfwy45pd835j";
x86_64-linux = "1k9n58pr5fnqv9vacay5vrbs4pvq2p36c0dpg9rjdcnb2fwaqg5p"; x86_64-linux = "1vb2fy8hijjp0193d32d8hw7h00w6wympf3zc96skk8hz3ks6xz8";
}.${system} or throwSystem; }.${system} or throwSystem;
meta = with lib; { meta = with lib; {