wire-desktop: linux 3.16.2923 -> 3.17.2924

This commit is contained in:
toonn 2020-05-05 22:31:01 +02:00
parent 4ad2e1c92e
commit 84b510775c
No known key found for this signature in database
GPG key ID: D77B35DD14476437

View file

@ -21,12 +21,12 @@ let
version = {
x86_64-darwin = "3.16.3630";
x86_64-linux = "3.16.2923";
x86_64-linux = "3.17.2924";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "1lnjn45bhd36n9xgx6xx9cggwivvkr2s6r4zai2dwg0aac1bywr5";
x86_64-linux = "0c8jmlsg2gnxsvly04xj1al80nj52rg4czfdha58sg14x14lyspz";
x86_64-linux = "16f8zawdx7dyrb8hp3fd2j821jj7jlan60knmdlrrk84phlc9ldd";
}.${system} or throwSystem;
meta = with stdenv.lib; {