tui-journal: 0.16.1 -> 0.17.0

(cherry picked from commit 5151988682)
This commit is contained in:
R. Ryantm
2026-07-10 18:54:08 +00:00
committed by github-actions[bot]
parent 4a72c46af5
commit 7a4e858cb3

View File

@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tui-journal";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "AmmarAbouZor";
repo = "tui-journal";
tag = "v${finalAttrs.version}";
hash = "sha256-crrh7lV5ZMKaxsrFmhXsUgBMbN5nmbf8wQ6croTqUKI=";
hash = "sha256-ahjCfSodq4foBV3aBbU0FsSUrEo3wgvFYSBr/OClmpc=";
};
cargoHash = "sha256-PmQDLGOXvI0OJ+gMsYa/XLc0WgSH6++23X/b1+iU3JQ=";
cargoHash = "sha256-hbRSQ9iVmp0oKEK53y4IuU34WNgq+pRefNxFbP1DPVQ=";
nativeBuildInputs = [
pkg-config