Skip to content

Commit c92984b

Browse files
authored
signal-cli: 0.13.12 -> 0.13.13 (#385798)
2 parents 160f20b + d491e9b commit c92984b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pkgs/by-name/si/signal-cli/package.nix

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "signal-cli";
14-
version = "0.13.12";
14+
version = "0.13.13";
1515

1616
# Building from source would be preferred, but is much more involved.
1717
src = fetchurl {
1818
url = "https://github.com/AsamK/signal-cli/releases/download/v${version}/signal-cli-${version}.tar.gz";
19-
hash = "sha256-+raYCqYyOw6gxsl5FV9yOMQaCGx/vchVre+FMfzYLkI=";
19+
hash = "sha256-nSaf8VkHxuAvedUhFAIeagOxKYNxp3hi0zH6BbomtMQ=";
2020
};
2121

2222
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
@@ -64,13 +64,14 @@ stdenv.mkDerivation rec {
6464
signal-cli --version
6565
'';
6666

67-
meta = with lib; {
67+
meta = {
6868
homepage = "https://github.com/AsamK/signal-cli";
6969
description = "Command-line and dbus interface for communicating with the Signal messaging service";
7070
mainProgram = "signal-cli";
7171
changelog = "https://github.com/AsamK/signal-cli/blob/v${version}/CHANGELOG.md";
72-
license = licenses.gpl3;
73-
maintainers = with maintainers; [ ivan ];
74-
platforms = platforms.all;
72+
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
73+
license = lib.licenses.gpl3;
74+
maintainers = with lib.maintainers; [ ivan ];
75+
platforms = lib.platforms.all;
7576
};
7677
}

0 commit comments

Comments
 (0)