Skip to content

Commit

Permalink
nixdoc: 3.0.7 -> 3.0.8 (#339883)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Sep 12, 2024
2 parents f6556fc + e84fdec commit e67ca39
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.7";
version = "3.0.8";

src = fetchFromGitHub {
owner = "nix-community";
repo = "nixdoc";
rev = "v${version}";
sha256 = "sha256-9gBrFudzn75rzx7bTPgr+zzUpX2cLHOmE12xFtoH1eA=";
sha256 = "sha256-0tMGTKcuvyDE5281nGCvZKYJKIEAU01G6vV8Fnt/1ZQ=";
};

cargoHash = "sha256-/f67AhaNLHS/3veAzNZwYujMMM/Vmq/U4MHNHvfRoBE=";
cargoHash = "sha256-5KV2VDsPmSgrdZIqCuQ5gjgCVs/Ki6uG6GTwjmtKLlQ=";

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

Expand Down

0 comments on commit e67ca39

Please sign in to comment.