Commit b59150e9 authored by Jade Lovelace's avatar Jade Lovelace Committed by zowoq
Browse files

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.
parent f7b52a0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";