manga-tui: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-04-07 17:13:50 +00:00 committed by Weijia Wang
parent 5cd4569970
commit 91510d3e99

View file

@ -10,7 +10,7 @@
nix-update-script,
}:
let
version = "0.6.0";
version = "0.7.0";
in
rustPlatform.buildRustPackage {
pname = "manga-tui";
@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
owner = "josueBarretogit";
repo = "manga-tui";
rev = "v${version}";
hash = "sha256-L5KZaBJDG0z6NUGPJfbOkKCp1xQEzqfJ9GREx189VqU=";
hash = "sha256-1WFg2hG3UnOO9+HpUcdPkZNhsNYa2QG1PhzLZ4bQiQM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gmG/gDozYizwjcm3SGs2m8oLiuWp6oxJPOB3FlHfW+4=";
cargoHash = "sha256-1nERwIZCR/afgfGdronpy145GnDkbsB7YjF6XyDcfEY=";
nativeBuildInputs = [ pkg-config ];