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

Commits on Nov 3, 2019

  1. wire-desktop: mac 3.10.3133 -> 3.10.3215

    (cherry picked from commit ad20114)
    toonn authored and worldofpeace committed Nov 3, 2019
    Copy the full SHA
    a0f48aa View commit details
  2. wire-desktop: linux 3.10.2904 -> 3.11.2912

    (cherry picked from commit 69b5fda)
    toonn authored and worldofpeace committed Nov 3, 2019
    Copy the full SHA
    5038605 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
@@ -18,13 +18,13 @@ let
pname = "wire-desktop";

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

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

meta = with stdenv.lib; {