chatty: unstable-2022-09-20 -> 0.7.0_rc4
https://source.puri.sm/Librem5/chatty/-/blob/v0.7.0_rc4/NEWS
This commit is contained in:
parent
8e438be22a
commit
0a736fa88f
1 changed files with 3 additions and 4 deletions
|
@ -29,16 +29,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chatty";
|
pname = "chatty";
|
||||||
version = "unstable-2022-09-20";
|
version = "0.7.0_rc4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "source.puri.sm";
|
domain = "source.puri.sm";
|
||||||
owner = "Librem5";
|
owner = "Librem5";
|
||||||
repo = "chatty";
|
repo = "chatty";
|
||||||
# https://source.puri.sm/Librem5/chatty/-/tree/247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4
|
rev = "v${version}";
|
||||||
rev = "247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4";
|
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-9hgQC0vLmmJJxrBWTdTIrJbSSwLS23uVoJri2ieCj4E=";
|
hash = "sha256-/8Y82PYlR9ucnT7/BsUk+STmsftpUvSNJM3cwG+Iv/A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue