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

Commits on Jan 3, 2020

  1. wire-desktop: mac 3.10.3215 -> 3.12.3490

    toonn authored and FRidh committed Jan 3, 2020
    Copy the full SHA
    a8bd7e6 View commit details
  2. wire-desktop: linux 3.11.2912 -> 3.12.2916

    toonn authored and FRidh committed Jan 3, 2020
    Copy the full SHA
    f4adb7c 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
@@ -20,13 +20,13 @@ let
pname = "wire-desktop";

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

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

meta = with stdenv.lib; {