Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b1acf67de9e9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fbca71c9ae01
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2020

  1. wire-desktop: linux 3.20.2934 -> 3.21.2936

    (cherry picked from commit fa20999)
    toonn committed Oct 30, 2020
    Copy the full SHA
    52085e0 View commit details
  2. wire-desktop: mac 3.20.3912 -> 3.21.3959

    (cherry picked from commit e6a44b2)
    toonn committed Oct 30, 2020
    Copy the full SHA
    f976e85 View commit details

Commits on Nov 6, 2020

  1. Merge pull request #102158 from toonn/release-20.09

    [20.09] wire-desktop: linux 3.20.2934 -> 3.21.2936, mac 3.20.3912 -> 3.21.3959
    flokli authored Nov 6, 2020
    Copy the full SHA
    fbca71c View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
Original file line number Diff line number Diff line change
@@ -21,13 +21,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; {