manga-tui: 0.9.0 -> 0.10.0 (#462325)

This commit is contained in:
Matthieu Coudron
2025-11-16 22:20:29 +00:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
nix-update-script,
}:
let
version = "0.9.0";
version = "0.10.0";
in
rustPlatform.buildRustPackage {
pname = "manga-tui";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "josueBarretogit";
repo = "manga-tui";
rev = "v${version}";
hash = "sha256-Q+zTYdAaCztYYtSgHK1X7oE8Q7oHYpf+hAfGAzU4HoA=";
hash = "sha256-HD/27YFapOq32DE89Y6RNTBGHvpCbh/0fOhUECVe8sM=";
};
cargoHash = "sha256-FW+nrpFsQl38iqmhMyMmSvF/0W0iVy5+/Hyun8bWJP4=";
cargoHash = "sha256-JvN9vG4kxmGd3odR/RnUV0dK7I94EEMITePyr0cP4pg=";
nativeBuildInputs = [ pkg-config ];