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: e10c65cdb35b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f86271a3fef5
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
    30b05e1 View commit details
  2. Merge pull request #84496 from toonn/release-19.09

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

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

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

meta = with stdenv.lib; {
@@ -110,7 +110,7 @@ let

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