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

wire-desktop: linux 3.18.2925 -> 3.19.2928, mac 3.18.3728 -> 3.19.3799
This commit is contained in:
Florian Klink 2020-08-07 10:01:04 +02:00 committed by GitHub
commit 776476c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@ let
pname = "wire-desktop";
version = {
x86_64-darwin = "3.18.3728";
x86_64-linux = "3.18.2925";
x86_64-darwin = "3.19.3799";
x86_64-linux = "3.19.2928";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "0xi3k95yw59xsfavncc1giwxlwjz26z34qm3i604ksjjalvpzy5l";
x86_64-linux = "01g39hncj1w0zyfrzv4mgv8npwvx0g0lw99azyai99877b30bm8j";
x86_64-darwin = "1sv8n4g1pd4nwpwsg0m61zhrfjlh7sj29rnh46xjw1qg332g6cw9";
x86_64-linux = "038h1j59qfj5ckaxk823qpfflxay47v0jrqc0hmrdmnd2y59dpx7";
}.${system} or throwSystem;
meta = with stdenv.lib; {