tui-journal: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2025-07-13 02:27:38 +00:00
parent 9805973355
commit 63239dadd4

View File

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "tui-journal";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "AmmarAbouZor";
repo = "tui-journal";
rev = "v${version}";
hash = "sha256-XbOKC+utKt53iFzNbm861tMGsNMZ2GQc+/J0Dm/SYS8=";
hash = "sha256-hZpS0r3ky18XtDj4x8croKAZ+css1NmVy98NUuhtR/s=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gleNWRs9oCI9TH5ALS/wvC88OooMfSTJvz+UVWFYrs4=";
cargoHash = "sha256-XsrHNzTiYWqTDV9+soY5oC4UoE5OBC7Ow7qir2dKV/A=";
nativeBuildInputs = [
pkg-config