Skip to content

Commit

Permalink
signal-cli: 0.13.10 -> 0.13.11 (#368457)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 9c0c9ba + 247b339 commit 65b1a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/si/signal-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
pname = "signal-cli";
version = "0.13.10";
version = "0.13.11";

# 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-libAHGRdOinL48riMwKtacI5YlRw8JGoqOynVUCGyeA=";
hash = "sha256-biK03oiGCNXxWQpYVloE2SDLMrOMWIV+1RGqps1kTvk=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
Expand Down

0 comments on commit 65b1a03

Please sign in to comment.