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

Wire desktop bump
This commit is contained in:
Nick Cao 2023-05-22 00:00:53 -06:00 committed by GitHub
commit c8fee2c1e7
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.30.4506";
x86_64-linux = "3.30.3018";
x86_64-darwin = "3.31.4556";
x86_64-linux = "3.31.3060";
}.${system} or throwSystem;
hash = {
x86_64-darwin = "sha256-+htDeNIuucB4qzNBNYoSUH1DbfgouZS08G5hxPtIuzY=";
x86_64-linux = "sha256-46WjFA+E9M7RfTOM/Xoho+9ooToSgQiZaMlcZ3lJvBQ=";
x86_64-darwin = "sha256-qRRdt/TvSvQ3RiO/I36HT+C88+ev3gFcj+JaEG38BfU=";
x86_64-linux = "sha256-9LdTsBOE1IJH0OM+Ag7GJADsFRgYMjbPXBH6roY7Msg=";
}.${system} or throwSystem;
meta = with lib; {