nixdoc: 3.0.8 -> 3.1.0

This commit is contained in:
R. Ryantm 2025-02-12 02:54:04 +00:00
parent 83a2581c81
commit 845cb5da4d

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "nixdoc";
version = "3.0.8";
version = "3.1.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixdoc";
rev = "v${version}";
sha256 = "sha256-0tMGTKcuvyDE5281nGCvZKYJKIEAU01G6vV8Fnt/1ZQ=";
sha256 = "sha256-7UOjmW8Ef4mEvj7SINaKWh2ZuyNMVEXB82mtuZTQiPA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Xqwytw6dRL/bZutnZxQchSfWCzjACw2/UAr4YW5fz44=";
cargoHash = "sha256-Aw794yhIET8/pnlQiK2xKVbYC/Kd5MExvFTwkv4LLTc=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ];