tui-journal: 0.14.0 -> 0.15.0 (#394169)

This commit is contained in:
Nick Cao
2025-03-30 10:02:29 -04:00
committed by GitHub

View File

@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "tui-journal";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "AmmarAbouZor";
repo = "tui-journal";
rev = "v${version}";
hash = "sha256-2I+rldbJlTkfUrEcryXj1i2OvaQDbikruJK6FEss0no=";
hash = "sha256-XbOKC+utKt53iFzNbm861tMGsNMZ2GQc+/J0Dm/SYS8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/etpNZ3vqno42rHmO1wXCG2wLzq7PjImofy1qd2CWl0=";
cargoHash = "sha256-gleNWRs9oCI9TH5ALS/wvC88OooMfSTJvz+UVWFYrs4=";
nativeBuildInputs = [
pkg-config