3
0
Fork 0
forked from mirrors/nixpkgs

wire-desktop: linux 3.12.2916 -> 3.15.2922

This commit is contained in:
toonn 2020-03-15 17:18:18 +01:00
parent 43f245d6d9
commit 39b39690fa
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.12.2916";
x86_64-linux = "3.15.2922";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "13sgakb3zjlvqv6d6b264fc9x99swpl7s1dmnrgc5v3pgyaklr01";
x86_64-linux = "0xx03cpy6kapbjpygwranxjg1a0p8s1xq3cpapvi55rnkbk0qvjw";
x86_64-linux = "03116fi8bmfpgalr36nxvmr8z4rw65qr3l4a89n0d40gawrk793q";
}.${system} or throwSystem;
meta = with stdenv.lib; {