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

Commits on May 25, 2020

  1. signal-cli: 0.6.7 -> 0.6.8

    r-ryantm committed May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    39da9b7 View commit details
  2. Merge pull request #88849 from r-ryantm/auto-update/signal-cli

    signal-cli: 0.6.7 -> 0.6.8
    ryantm authored May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    1af2ab7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/signal-cli/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "signal-cli";
version = "0.6.7";
version = "0.6.8";

# Building from source would be preferred, but is much more involved.
src = fetchurl {
url = "https://github.com/AsamK/signal-cli/releases/download/v${version}/signal-cli-${version}.tar.gz";
sha256 = "13wz2c0n89aglqjfqlma1z4jr5xnp2qlg8cqng3v9axpkkynk996";
sha256 = "0gcyj8r7156zn5zzfnabf0mw3kcaq7v29vsjb6mdvj8cjjm05dvd";
};

buildInputs = lib.optionals stdenv.isLinux [ libmatthew_java dbus dbus_java ];