nixdoc: 2.3.0 -> 2.4.0

This commit is contained in:
Lorenzo Manacorda 2023-07-29 14:23:09 +02:00
parent 81f9ddb449
commit 38a927f1fb

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "nixdoc";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixdoc";
repo = "nixdoc";
rev = "v${version}";
sha256 = "sha256-8pp6xlmdb3kZ6unTiO4yRruyEZ//GIHZF1k8f4kQr9Q=";
sha256 = "sha256-cEMehtxkqXAar/fDy3CnzsDEAuC1ABBaYqzqVBGnTrs=";
};
cargoSha256 = "sha256-k8/+BBMjQCsrgCi33fTdiSukaAZlg6XU3NwXaJdGYVw=";
cargoHash = "sha256-QFDHIqXyTWTdqNrLcwWw3plX6EDH/k043nay5opjtws=";
buildInputs = lib.optionals stdenv.isDarwin [ darwin.Security ];
buildInputs = lib.optionals stdenv.isDarwin [ darwin.Security ];
meta = with lib; {
description = "Generate documentation for Nix functions";