Skip to content

Commit

Permalink
Merge pull request #102159 from toonn/release-20.03
Browse files Browse the repository at this point in the history
[20.03] wire-desktop: linux 3.20.2934 -> 3.21.2936, mac 3.20.3912 -> 3.21.3959
  • Loading branch information
flokli committed Nov 6, 2020
2 parents 29b450f + 3343eff commit 0bf298d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ let
pname = "wire-desktop";

version = {
x86_64-darwin = "3.20.3912";
x86_64-linux = "3.20.2934";
x86_64-darwin = "3.21.3959";
x86_64-linux = "3.21.2936";
}.${system} or throwSystem;

sha256 = {
x86_64-darwin = "1crkdqzq3iccxbrqlrar4ai43qzjsgd4hvcajgzmz2y33f30xgqr";
x86_64-linux = "0z6vrhzrhrrnl3swjbxrbl1dhk2fx86s45n2z2in2shdlv08dcx7";
x86_64-darwin = "0fgzzqf1wnkjbcr0j0vjn6sggkz0z1kx6w4gi7gk4c4markdicm1";
x86_64-linux = "033804nkz1fdmq3p8iplrlx708x1fjlr09bmrpy36lqg5h7m3yd6";
}.${system} or throwSystem;

meta = with stdenv.lib; {
Expand Down

0 comments on commit 0bf298d

Please sign in to comment.