wire-desktop: linux 3.20.2934 -> 3.21.2936

This commit is contained in:
toonn 2020-10-30 08:52:57 +01:00
parent 1102a46ffe
commit fa20999c64
No known key found for this signature in database
GPG Key ID: D77B35DD14476437

View File

@ -23,12 +23,12 @@ let
version = {
x86_64-darwin = "3.20.3912";
x86_64-linux = "3.20.2934";
x86_64-linux = "3.21.2936";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "1crkdqzq3iccxbrqlrar4ai43qzjsgd4hvcajgzmz2y33f30xgqr";
x86_64-linux = "0z6vrhzrhrrnl3swjbxrbl1dhk2fx86s45n2z2in2shdlv08dcx7";
x86_64-linux = "033804nkz1fdmq3p8iplrlx708x1fjlr09bmrpy36lqg5h7m3yd6";
}.${system} or throwSystem;
meta = with stdenv.lib; {