summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/chatty
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-02-09 19:48:17 +0000
committerRobert Schütz <github@dotlambda.de>2022-02-12 05:12:33 +0000
commit70aa8d9ec6e80e9d6e5967c552ce665859863303 (patch)
tree8d305252cff994de8118acf4d46fc8a9be17790c /pkgs/applications/networking/instant-messengers/chatty
parenteef7a88dc96d1dc690994ae5aea06ea8cb87ea17 (diff)
chatty: 0.6.0 -> 0.6.1
https://source.puri.sm/Librem5/chatty/-/blob/v0.6.1/NEWS
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/chatty')
-rw-r--r--pkgs/applications/networking/instant-messengers/chatty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/chatty/default.nix b/pkgs/applications/networking/instant-messengers/chatty/default.nix
index a82a3617dc18..f9cec37a5068 100644
--- a/pkgs/applications/networking/instant-messengers/chatty/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix
@@ -28,7 +28,7 @@
stdenv.mkDerivation rec {
pname = "chatty";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchFromGitLab {
domain = "source.puri.sm";
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
repo = "chatty";
rev = "v${version}";
fetchSubmodules = true;
- hash = "sha256-8haVzRfAZwdTlYu7oKeu8E3uEH87yrHS4j+BWFQ/Nj0=";
+ hash = "sha256-AufxwuOibTx5OvLBVbJqay/mYLmcDpE2BgwVv6Y5IlY=";
};
postPatch = ''