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

Commits on Mar 27, 2019

  1. signal-desktop: 1.20.0 -> 1.21.0

    (cherry picked from commit e4156fb)
    primeos committed Mar 27, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    6ab2a54 View commit details
  2. signal-desktop: 1.21.0 -> 1.21.1

    (cherry picked from commit fcbcd32)
    primeos committed Mar 27, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    8dd7251 View commit details
  3. signal-desktop: 1.21.1 -> 1.21.2

    (cherry picked from commit c498b70)
    primeos committed Mar 27, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2db9668 View commit details
  4. signal-desktop: 1.21.2 -> 1.22.0

    (cherry picked from commit e66b8d5)
    primeos committed Mar 27, 2019
    Copy the full SHA
    c2b4316 View commit details
  5. Merge pull request #58430 from primeos/signal-desktop-backport

    [18.09] signal-desktop backport
    primeos authored Mar 27, 2019
    Copy the full SHA
    51bab70 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
Original file line number Diff line number Diff line change
@@ -56,11 +56,11 @@ let

in stdenv.mkDerivation rec {
name = "signal-desktop-${version}";
version = "1.20.0";
version = "1.22.0";

src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
sha256 = "1w75g7i7hf9b3yilnd6ivhd4xgp4z000x9wnrqcba2dgbr5pz7c7";
sha256 = "1j5kh0fvbl3nnxdpnwvamrnxfwbp6nzbij39b2lc5wp1m1yaaky5";
};

phases = [ "unpackPhase" "installPhase" ];