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: ef0537b9cdd8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0abc66e252ea
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 6, 2020

  1. wire-desktop: mac 3.15.3621 -> 3.16.3630

    (cherry picked from commit 39c5e1c)
    toonn committed Apr 6, 2020
    Copy the full SHA
    4cedeb7 View commit details
  2. Merge pull request #84497 from toonn/release-20.03

    [20.03] wire-desktop: mac 3.15.3621 -> 3.16.3630
    flokli authored Apr 6, 2020
    Copy the full SHA
    0abc66e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@ let
pname = "wire-desktop";

version = {
x86_64-darwin = "3.15.3621";
x86_64-darwin = "3.16.3630";
x86_64-linux = "3.16.2923";
}.${system} or throwSystem;

sha256 = {
x86_64-darwin = "13sgakb3zjlvqv6d6b264fc9x99swpl7s1dmnrgc5v3pgyaklr01";
x86_64-darwin = "1lnjn45bhd36n9xgx6xx9cggwivvkr2s6r4zai2dwg0aac1bywr5";
x86_64-linux = "0c8jmlsg2gnxsvly04xj1al80nj52rg4czfdha58sg14x14lyspz";
}.${system} or throwSystem;

@@ -121,7 +121,7 @@ let

src = fetchurl {
url = "https://github.com/wireapp/wire-desktop/releases/download/"
+ "wrapper_macos_production%2F${version}/Wire.pkg";
+ "macos%2F${version}/Wire.pkg";
inherit sha256;
};