Skip to content

Commit

Permalink
signal-cli: 0.11.0 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and erictapen committed Oct 6, 2022
1 parent 98a76af commit 1c2ae3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "signal-cli";
version = "0.11.0";
version = "0.11.1";

# 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}-Linux.tar.gz";
sha256 = "sha256-BIVeY4H5pn8hdjUkSDrlVMTXy5wuMskkSlccfgCWc6Q=";
sha256 = "sha256-ZvCdxUg1eWeE3/4DLCf7FbDF4B1ZdLTcipKeb/1+xOk=";
};

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

0 comments on commit 1c2ae3e

Please sign in to comment.