manga-tui: 0.8.1 -> 0.9.0 (#436195)

This commit is contained in:
isabel
2025-08-23 20:33:45 +01:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
nix-update-script,
}:
let
version = "0.8.1";
version = "0.9.0";
in
rustPlatform.buildRustPackage {
pname = "manga-tui";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "josueBarretogit";
repo = "manga-tui";
rev = "v${version}";
hash = "sha256-CAmXTAUlwdc4iGzXonoYPd1okqgA4hWgR9bnsPsuDus=";
hash = "sha256-Q+zTYdAaCztYYtSgHK1X7oE8Q7oHYpf+hAfGAzU4HoA=";
};
cargoHash = "sha256-viiL1LcBbWuKA+jgkAPc9gpI7wQu4UXfO5DSPm26ido=";
cargoHash = "sha256-FW+nrpFsQl38iqmhMyMmSvF/0W0iVy5+/Hyun8bWJP4=";
nativeBuildInputs = [ pkg-config ];