Skip to content

Commit

Permalink
nixdoc: 3.0.2 -> 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 21, 2024
1 parent 006b543 commit 7418473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/nix/nixdoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "nixdoc";
version = "3.0.2";
version = "3.0.4";

src = fetchFromGitHub {
owner = "nix-community";
repo = "nixdoc";
rev = "v${version}";
sha256 = "sha256-V3MAvbdYk3DL064UYcJE9HmwfQBwpMxVXWiAKX6honA=";
sha256 = "sha256-HnU1zDXpJxtz+Cv9VwrvwLc86AMoQWu/ypSsuHbiHlA=";
};

cargoHash = "sha256-RFxTjLiJCEc42Mb8rcayOFHkYk2GfpgsO3+hAaRwHgs=";
cargoHash = "sha256-HF/oqw4naxskq9REMFq/bmFVUgkVcuYr5A6yIkFd2qQ=";

buildInputs = lib.optionals stdenv.isDarwin [ darwin.Security ];

Expand Down

0 comments on commit 7418473

Please sign in to comment.