Unverified Commit 0cc19354 authored by Youwen Wu's avatar Youwen Wu
Browse files

manga-tui: 0.2.0 -> 0.3.1

parent 0fb7bd71
Loading
Loading
Loading
Loading
+0 −3200

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −8
Original line number Diff line number Diff line
@@ -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 ];