signal-cli: 0.13.12 -> 0.13.13

This commit is contained in:
R. Ryantm
2025-02-28 13:06:19 +00:00
parent 31782c65e2
commit ae6b1ebf78
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "signal-cli";
version = "0.13.12";
version = "0.13.13";
# 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-+raYCqYyOw6gxsl5FV9yOMQaCGx/vchVre+FMfzYLkI=";
hash = "sha256-nSaf8VkHxuAvedUhFAIeagOxKYNxp3hi0zH6BbomtMQ=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [