Merge pull request #207619 from dotlambda/chatty-0.7.0_rc4

chatty: unstable-2022-09-20 -> 0.7.0_rc4
This commit is contained in:
Jonas Heinrich 2022-12-25 00:02:35 +01:00 committed by GitHub
commit fedfb5cc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,16 +29,15 @@
stdenv.mkDerivation rec {
pname = "chatty";
version = "unstable-2022-09-20";
version = "0.7.0_rc4";
src = fetchFromGitLab {
domain = "source.puri.sm";
owner = "Librem5";
repo = "chatty";
# https://source.puri.sm/Librem5/chatty/-/tree/247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4
rev = "247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-9hgQC0vLmmJJxrBWTdTIrJbSSwLS23uVoJri2ieCj4E=";
hash = "sha256-/8Y82PYlR9ucnT7/BsUk+STmsftpUvSNJM3cwG+Iv/A=";
};
postPatch = ''