wire-desktop: linux 3.17.2924 -> 3.18.2925

(cherry picked from commit 3e2b6b99bf)
This commit is contained in:
toonn
2020-06-02 19:58:35 +02:00
parent 2f9bafaca9
commit 5d0d3ef8e6

View File

@@ -19,12 +19,12 @@ let
version = {
x86_64-darwin = "3.16.3630";
x86_64-linux = "3.16.2923";
x86_64-linux = "3.18.2925";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "1lnjn45bhd36n9xgx6xx9cggwivvkr2s6r4zai2dwg0aac1bywr5";
x86_64-linux = "0c8jmlsg2gnxsvly04xj1al80nj52rg4czfdha58sg14x14lyspz";
x86_64-linux = "01g39hncj1w0zyfrzv4mgv8npwvx0g0lw99azyai99877b30bm8j";
}.${system} or throwSystem;
meta = with stdenv.lib; {