crates-tui: 0.1.20 -> 0.1.22 (#362581)

This commit is contained in:
Leah Amelia Chen
2024-12-07 17:32:36 -05:00
committed by GitHub
parent 7c9fb83bf5
commit 10ec359f00
+3 -3
View File
@@ -8,7 +8,7 @@
nix-update-script,
}:
let
version = "0.1.20";
version = "0.1.22";
in
rustPlatform.buildRustPackage {
pname = "crates-tui";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
owner = "ratatui";
repo = "crates-tui";
rev = "refs/tags/v${version}";
hash = "sha256-K3ttXoSS4GZyHnqS95op8kmbAi4/KjKa0P6Nzqqpjyw=";
hash = "sha256-+fyCNkSTmWrztEEsQkRoMXikOn1Q+suP2IZuSXb3ELQ=";
};
cargoHash = "sha256-ztLBM6CR2WMKR9cfBY95BvSaD05C+AEa6C/nOdDxqf0=";
cargoHash = "sha256-RnrPh0DBtX4BKSE8qC8MuyL6VXlH05wXYW/iOAs4SD8=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];