Skip to content

Commit

Permalink
Merge pull request #99942 from toonn/release-20.09
Browse files Browse the repository at this point in the history
wire-desktop backport to release-20.09
  • Loading branch information
marsam committed Oct 8, 2020
2 parents 5553758 + 7a61b76 commit 6f90847
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -21,13 +21,13 @@ let
pname = "wire-desktop";

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

sha256 = {
x86_64-darwin = "1sv8n4g1pd4nwpwsg0m61zhrfjlh7sj29rnh46xjw1qg332g6cw9";
x86_64-linux = "038h1j59qfj5ckaxk823qpfflxay47v0jrqc0hmrdmnd2y59dpx7";
x86_64-darwin = "1crkdqzq3iccxbrqlrar4ai43qzjsgd4hvcajgzmz2y33f30xgqr";
x86_64-linux = "0z6vrhzrhrrnl3swjbxrbl1dhk2fx86s45n2z2in2shdlv08dcx7";
}.${system} or throwSystem;

meta = with stdenv.lib; {
Expand Down

0 comments on commit 6f90847

Please sign in to comment.