manix: 0.8.0 -> 0.9.0

Diff: https://github.com/nix-community/manix/compare/v0.8.0...v0.9.0
This commit is contained in:
IogaMaster
2026-05-31 14:58:03 -06:00
parent 7df2c57ae2
commit b4b37fc72f
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "manix";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "manix";
rev = "v${finalAttrs.version}";
hash = "sha256-b/3NvY+puffiQFCQuhRMe81x2wm3vR01MR3iwe/gJkw=";
hash = "sha256-hniN0mc7Ud+5zDlOuf2F+/DKrtQ6grZF74ej0L6gMso=";
};
cargoHash = "sha256-6KkZg8MXQIewhwdLE8NiqllJifa0uvebU1/MqeE/bdI=";
cargoHash = "sha256-FTrKdOuXTOqr7on4RzYl/UxgUJqh+Rk3KJXqsW0fuo0=";
meta = {
description = "Fast CLI documentation searcher for Nix";