Skip to content

Commit

Permalink
signal-cli: 0.13.7 -> 0.13.9 (#353516)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 6, 2024
2 parents 603cc87 + 0788065 commit 5919523
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.13.7";
version = "0.13.9";

# 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";
hash = "sha256-KeSKupExFIaLKdkXJw+UTclNaiMfrIomCec6GUV0E7M=";
hash = "sha256-axvMUbF9TE1WLbunZni/KyjFUCdHSimP4AB8nSKf9zI=";
};

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

0 comments on commit 5919523

Please sign in to comment.