chatty: 0.7.0 -> 0.7.2

Changelog: https://source.puri.sm/Librem5/chatty/-/blob/v0.7.2/NEWS
This commit is contained in:
Robert Schütz 2023-04-25 16:34:30 -07:00 committed by Robert Schütz
parent 9b0a03fc88
commit 63f26166c1

View File

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