about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/chatty
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-04-25 16:34:30 -0700
committerRobert Schütz <github@dotlambda.de>2023-05-16 03:33:00 -0700
commit63f26166c1b6fbc364ad06a103589d69fe6a357f (patch)
tree994b00d67b0c7237b38fa14b42b3d23a822b6dd5 /pkgs/applications/networking/instant-messengers/chatty
parent9b0a03fc88dff17b30d1378e85b26d60c7625e1c (diff)
chatty: 0.7.0 -> 0.7.2
Changelog: https://source.puri.sm/Librem5/chatty/-/blob/v0.7.2/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 1c5c35248d590..5f2798a3292cc 100644
--- a/pkgs/applications/networking/instant-messengers/chatty/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix
@@ -29,7 +29,7 @@
 
 stdenv.mkDerivation rec {
   pname = "chatty";
-  version = "0.7.0";
+  version = "0.7.2";
 
   src = fetchFromGitLab {
     domain = "source.puri.sm";
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     repo = "chatty";
     rev = "v${version}";
     fetchSubmodules = true;
-    hash = "sha256-e3lYzQjQx1ndomq4mJ8TmwXoUG3Bjl9JrLuTmjXmRCs=";
+    hash = "sha256-H9cW19Eoz8cSv26Cyw5BIZSEWsWJktsEw92CHeecFsM=";
   };
 
   postPatch = ''