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

This commit is contained in:
Sandro 2021-03-30 09:33:48 +02:00 committed by GitHub
commit 1a1f16ed8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ let
pname = "wire-desktop";
version = {
x86_64-darwin = "3.23.4046";
x86_64-linux = "3.23.2938";
x86_64-darwin = "3.24.4059";
x86_64-linux = "3.24.2939";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "19k8102chh4yphk89kiz83yarawnzdnsq0hbsqpjdhbmarqjcd9s";
x86_64-linux = "1cx5azl5dvya1hf0gayafm4rg6ccmmq978xsgm6lf0rlb4kirj65";
x86_64-darwin = "1zjv3d8jp0wldrzl02q9kir7q3y5bcb6hsfli6wip8bmaq78dksy";
x86_64-linux = "1k9n58pr5fnqv9vacay5vrbs4pvq2p36c0dpg9rjdcnb2fwaqg5p";
}.${system} or throwSystem;
meta = with lib; {