chatty: 0.6.1 -> 0.6.3

https://source.puri.sm/Librem5/chatty/-/blob/v0.6.3/NEWS

Changed files
+2 -2
pkgs
applications
networking
instant-messengers
chatty
+2 -2
pkgs/applications/networking/instant-messengers/chatty/default.nix
···
stdenv.mkDerivation rec {
pname = "chatty";
-
version = "0.6.1";
+
version = "0.6.3";
src = fetchFromGitLab {
domain = "source.puri.sm";
···
repo = "chatty";
rev = "v${version}";
fetchSubmodules = true;
-
hash = "sha256-AufxwuOibTx5OvLBVbJqay/mYLmcDpE2BgwVv6Y5IlY=";
+
hash = "sha256-BILi3+i7SCiK7dVbckv3cNMNyEwgKMf0ct0z/J1xysI=";
};
postPatch = ''