about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/chatty
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2021-09-03 10:10:07 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2021-09-03 10:10:42 +1000
commit90ad1ea7e76166f42111eee25969843b851d900a (patch)
tree1161d7689e8160306d2feb3755d65147f0d9148b /pkgs/applications/networking/instant-messengers/chatty
parent70988a3f6d7143c04c7480b2c4cb8e3a117da15c (diff)
chatty: 0.3.2 -> 0.3.4
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 e24f5eaf86822..8266434eb086f 100644
--- a/pkgs/applications/networking/instant-messengers/chatty/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix
@@ -24,14 +24,14 @@
 
 stdenv.mkDerivation rec {
   pname = "chatty";
-  version = "0.3.2";
+  version = "0.3.4";
 
   src = fetchFromGitLab {
     domain = "source.puri.sm";
     owner = "Librem5";
     repo = "chatty";
     rev = "v${version}";
-    sha256 = "sha256-/l8hysfBmXLbs2COIVjdr2JC1qX/c66DqOm2Gyqb9s8=";
+    sha256 = "0910f5bw75ph576gxbsd6ysdwnlk4ysdp0pml2i3mjqpcbkqfs3w";
   };
 
   postPatch = ''