manga-tui: 0.9.0 -> 0.10.0

This commit is contained in:
isabel
2025-11-16 18:47:23 +00:00
parent 7d1be29603
commit de94c9d428

View File

@@ -10,7 +10,7 @@
nix-update-script, nix-update-script,
}: }:
let let
version = "0.9.0"; version = "0.10.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "manga-tui"; pname = "manga-tui";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "josueBarretogit"; owner = "josueBarretogit";
repo = "manga-tui"; repo = "manga-tui";
rev = "v${version}"; 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 ]; nativeBuildInputs = [ pkg-config ];