Merge pull request #281951 from r-ryantm/auto-update/tui-journal

tui-journal: 0.6.0 -> 0.8.1
This commit is contained in:
Weijia Wang 2024-01-28 07:04:33 +01:00 committed by GitHub
commit f4f77a04f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "tui-journal";
version = "0.6.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "AmmarAbouZor";
repo = "tui-journal";
rev = "v${version}";
hash = "sha256-0qedRXjuISJst6cZ7rwz/4a935XsBMSzGN8JrzBKjeQ=";
hash = "sha256-1cCtWhWOzCezi29oQsa0L1LTIb87ITaJk0teDP2xV78=";
};
cargoHash = "sha256-d79NTaW0zs8g62EKqiphWEdgYEnLeRk4NFog0rivr3s=";
cargoHash = "sha256-uWxzJONzRDeZVuilpEj4KprF3PtjRhJk8C9zjs5yCvg=";
nativeBuildInputs = [
pkg-config
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
];
meta = with lib; {
description = "Your journal app if you live in a terminl";
description = "Your journal app if you live in a terminal";
homepage = "https://github.com/AmmarAbouZor/tui-journal";
changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${src.rev}/CHANGELOG.ron";
license = licenses.mit;