chatty: 0.7.0_rc5 -> 0.7.0

Changelog: https://source.puri.sm/Librem5/chatty/-/blob/v0.7.0/NEWS
This commit is contained in:
Robert Schütz 2023-02-20 10:52:23 -08:00
parent 20c135b191
commit bb7490c76b

View File

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