crates-tui: 0.1.24 -> 0.1.25

This commit is contained in:
R. Ryantm
2025-02-19 11:54:47 +00:00
parent 732e35c476
commit d8ec4aae75
+3 -3
View File
@@ -8,7 +8,7 @@
nix-update-script,
}:
let
version = "0.1.24";
version = "0.1.25";
in
rustPlatform.buildRustPackage {
pname = "crates-tui";
@@ -18,11 +18,11 @@ rustPlatform.buildRustPackage {
owner = "ratatui";
repo = "crates-tui";
tag = "v${version}";
hash = "sha256-yAMVl+3DP9NCjHc9X0qOd6zlJvaY3kcvnVBSS8JHtgU=";
hash = "sha256-XQ19hfaCm7Ib9gPqu9mlmf3b8HgoyxLuBApaPeW53pI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/w3M5I9IOO2e37dnL8iE3LY5z1N07RkD3mMGJrswVMI=";
cargoHash = "sha256-cGpmiUtMP/rM+712Un8GEQ51gb12maopKn0o0GTQf7M=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];