manga-tui: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2025-06-02 10:53:59 +00:00
parent affc8c31ff
commit c0e68745f9

View file

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