nix-doc: 0.5.8 -> 0.5.9

Fixes compatibility with Nix 2.17 and dev process wise, improves our
assurance that we are still compatible with older Nix.
This commit is contained in:
Jade Lovelace 2023-08-06 13:52:22 -07:00 committed by zowoq
parent f7b52a0cc4
commit b59150e99c

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "nix-doc";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
rev = "v${version}";
owner = "lf-";
repo = "nix-doc";
sha256 = "sha256-murez5uHLv1YXIaDDaFXCDPPggK1GAXjaSmZJhlqN80=";
sha256 = "sha256-uilVJz1MnMF3i/ZXY0bIoSK3uAzfxWuHfhoOSmQgY/I=";
};
doCheck = true;
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config nix ];
cargoSha256 = "sha256-+6I6+LZs84OcyebAIg/9KeAxV1UdK9IgaT7UsPJ5rWQ=";
cargoSha256 = "sha256-02noJcbtml4MxRCjaWtjOWLTUNOQnKy3GCsil31J6F8=";
meta = with lib; {
description = "An interactive Nix documentation tool";