signal-cli: 0.13.10 -> 0.13.11 (#368457)

This commit is contained in:
misuzu
2024-12-29 11:26:35 +02:00
committed by GitHub
+2 -2
View File
@@ -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 [