chatty: 0.7.0_rc4 -> 0.7.0_rc5

https://source.puri.sm/Librem5/chatty/-/blob/v0.7.0_rc5/NEWS
This commit is contained in:
Robert Schütz 2023-01-14 04:01:22 -08:00
parent d020458535
commit 09ad37fc5b

View file

@ -29,7 +29,7 @@
stdenv.mkDerivation rec {
pname = "chatty";
version = "0.7.0_rc4";
version = "0.7.0_rc5";
src = fetchFromGitLab {
domain = "source.puri.sm";
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
repo = "chatty";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-/8Y82PYlR9ucnT7/BsUk+STmsftpUvSNJM3cwG+Iv/A=";
hash = "sha256-5V0ApHxsJaQ0MBhMlv1IxnD9Vq+Yw85jFvlvghhFxNI=";
};
postPatch = ''