chatty: 0.6.0 -> 0.6.1

https://source.puri.sm/Librem5/chatty/-/blob/v0.6.1/NEWS
This commit is contained in:
Robert Schütz 2022-02-09 19:48:17 +00:00 committed by Robert Schütz
parent eef7a88dc9
commit 70aa8d9ec6

View File

@ -28,7 +28,7 @@
stdenv.mkDerivation rec {
pname = "chatty";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitLab {
domain = "source.puri.sm";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
repo = "chatty";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-8haVzRfAZwdTlYu7oKeu8E3uEH87yrHS4j+BWFQ/Nj0=";
hash = "sha256-AufxwuOibTx5OvLBVbJqay/mYLmcDpE2BgwVv6Y5IlY=";
};
postPatch = ''