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

wire-desktop: mac 3.10.3133 -> 3.10.3215
This commit is contained in:
worldofpeace 2019-10-07 15:55:44 +00:00 committed by GitHub
commit bc0f2b5b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,12 @@ let
version = {
x86_64-linux = "3.10.2904";
x86_64-darwin = "3.10.3133";
x86_64-darwin = "3.10.3215";
}.${system} or throwSystem;
sha256 = {
x86_64-linux = "1vrz4568mlhylx17jw4z452f0vrd8yd8qkbpkcvnsbhs6k066xcn";
x86_64-darwin = "0d8g9fl3yciqp3aic374rzcywb5d5yipgni992khsfdfqhcvm3x9";
x86_64-darwin = "0ygm3fgy9k1dp2kjfwsrrwq1i88wgxc6k8y80yz61ivdawgph9wa";
}.${system} or throwSystem;
meta = with stdenv.lib; {