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

This commit is contained in:
Sandro 2022-10-27 13:45:54 +02:00 committed by GitHub
commit a8d227b03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@ let
pname = "wire-desktop";
version = {
x86_64-darwin = "3.28.4393";
x86_64-linux = "3.28.2946";
x86_64-darwin = "3.29.4477";
x86_64-linux = "3.29.2997";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "03w8hafwxg4v85s8n3ss6bsr7fipksyjax30dnxxj72x947zygxw";
x86_64-linux = "03f1qz0mwn6f14w4g1w72sd5idfyvmv18r5y1h279p56x0i919kq";
x86_64-darwin = "19snbd53hjfcqgnz24r85a34fr120b1wps4pv4vymnkxjld2wifc";
x86_64-linux = "0f5kkp93za4yr6ywdgph8zr6ivrbxq2gbskl8jysxawk1pz92pqf";
}.${system} or throwSystem;
meta = with lib; {