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>2022-05-09 04:07:17 +0000
committerRobert Schütz <nix@dotlambda.de>2022-05-09 04:07:17 +0000
commitfc060ca64781731c7c1cefdee436d1101ae94fdd (patch)
tree2d207cce300a1bc551fa28716c0c40ec0012876d /pkgs/applications/networking/instant-messengers/chatty
parent806344b3e2d5001743064e0bc79775d4526a6db3 (diff)
chatty: 0.6.3 -> 0.6.4
https://source.puri.sm/Librem5/chatty/-/blob/v0.6.4/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 586d49cf96f04..2b8edf319cf39 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.6.3";
+  version = "0.6.4";
 
   src = fetchFromGitLab {
     domain = "source.puri.sm";
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     repo = "chatty";
     rev = "v${version}";
     fetchSubmodules = true;
-    hash = "sha256-BILi3+i7SCiK7dVbckv3cNMNyEwgKMf0ct0z/J1xysI=";
+    hash = "sha256-uDuSx+tWv6DV93/99QUcUKZaWA9kNW8phHZhetYlG/M=";
   };
 
   postPatch = ''