wire-desktop: linux 3.15.2922 -> 3.16.2923

This commit is contained in:
toonn 2020-03-26 12:35:29 +01:00
parent 39b39690fa
commit 55ce589f18
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.15.3621";
x86_64-linux = "3.15.2922";
x86_64-linux = "3.16.2923";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "13sgakb3zjlvqv6d6b264fc9x99swpl7s1dmnrgc5v3pgyaklr01";
x86_64-linux = "03116fi8bmfpgalr36nxvmr8z4rw65qr3l4a89n0d40gawrk793q";
x86_64-linux = "0c8jmlsg2gnxsvly04xj1al80nj52rg4czfdha58sg14x14lyspz";
}.${system} or throwSystem;
meta = with stdenv.lib; {