Skip to content

Commit

Permalink
nix-doc: 0.6.4 -> 0.6.5
Browse files Browse the repository at this point in the history
Update nix-doc to be API compatible with Nix 2.20 when that is released.

cc #285264
  • Loading branch information
lf- committed Feb 4, 2024
1 parent e129779 commit 3c5e441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix-doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
pname = "nix-doc";
version = "0.6.4";
version = "0.6.5";

src = fetchFromGitHub {
rev = "v${version}";
owner = "lf-";
repo = "nix-doc";
sha256 = "sha256-yL0oG0NiQ7OdGQ/kZxQbSbNphKapu5HBFNP5E2fVe+Y=";
sha256 = "sha256-9cuNzq+CBA2jz0LkZb7lh/WISIlKklfovGBAbSo1Mgk=";
};

doCheck = true;
Expand All @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
RUSTFLAGS = "-Z relro-level=partial";
};

cargoSha256 = "sha256-4bzLZt45ZLTZyZPZ4Nkvz7mNe4oqOIoaZUbCbNWBKG0=";
cargoSha256 = "sha256-CHagzXTG9AfrFd3WmHanQ+YddMgmVxSuB8vK98A1Mlw=";

meta = with lib; {
description = "An interactive Nix documentation tool";
Expand Down

0 comments on commit 3c5e441

Please sign in to comment.