manga-tui: 0.2.0 -> 0.3.1

This commit is contained in:
Youwen Wu 2024-08-27 02:36:40 -07:00
parent 0fb7bd7194
commit 0cc19354e5
No known key found for this signature in database
GPG Key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 3208 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
darwin,
}:
let
version = "0.2.0";
version = "0.3.1";
in
rustPlatform.buildRustPackage {
pname = "manga-tui";
@ -19,15 +19,10 @@ rustPlatform.buildRustPackage {
owner = "josueBarretogit";
repo = "manga-tui";
rev = "v${version}";
hash = "sha256-rGdncPEHbjA86RB0NjWgmci3Dz2c92o3mgC3eCt8Nxs=";
hash = "sha256-672AuQWviwihnUS3G0xSn4IAMHy0fPE1VLDfu8wrPGg=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"ratatui-image-1.0.5" = "sha256-bUPKCK3AKO5fnv7a8PApZTI0LPBShNBsvgyunLMdIqg=";
};
};
cargoHash = "sha256-yf0hISz/jHtrO1clTSIKfxFiwI+W0Mu3mY+XW6+ynJU=";
nativeBuildInputs = [ pkg-config ];