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

This commit is contained in:
Sandro 2021-06-30 02:25:46 +02:00 committed by GitHub
commit 7be3bf5fbe
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.25.4095";
x86_64-linux = "3.25.2940";
x86_64-darwin = "3.26.4145";
x86_64-linux = "3.26.2941";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "01gbmbxs3w7lwsy5wjpr7fgqkb20rj5fv1r3dsmjkfwy45pd835j";
x86_64-linux = "1vb2fy8hijjp0193d32d8hw7h00w6wympf3zc96skk8hz3ks6xz8";
x86_64-darwin = "1ck74a9z2mrwmljrqm347bqhjiaf1v0bf1jfnp58cqngh5ygqnf2";
x86_64-linux = "01gy84gr0gw5ap7hpy72azaf6hlzac7vxkn5cgad5sfbyzxgjgc9";
}.${system} or throwSystem;
meta = with lib; {