tui-journal: 0.16.1 -> 0.17.0 (#540476)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-11 08:25:54 +00:00
committed by GitHub
+3 -3
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