wire-desktop: linux 3.31.3060 -> 3.32.3079

This commit is contained in:
toonn 2023-10-09 15:32:04 +02:00
parent 0e8352388d
commit b95655aa89

View File

@ -27,12 +27,12 @@ let
version = {
x86_64-darwin = "3.31.4556";
x86_64-linux = "3.31.3060";
x86_64-linux = "3.32.3079";
}.${system} or throwSystem;
hash = {
x86_64-darwin = "sha256-qRRdt/TvSvQ3RiO/I36HT+C88+ev3gFcj+JaEG38BfU=";
x86_64-linux = "sha256-9LdTsBOE1IJH0OM+Ag7GJADsFRgYMjbPXBH6roY7Msg=";
x86_64-linux = "sha256-+4aRis141ctI50BtBwipoVtPoMGRs82ENqZ+y2ZlL58=";
}.${system} or throwSystem;
meta = with lib; {