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

nix-doc: 0.5.7 -> 0.5.8

Fixes Nix 2.14 build support. Checked to build against both Nix 2.13 and
Nix 2.14 on x86_64-linux.

Related: #218889
parent 96c0fdeb
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.7";
  version = "0.5.8";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "lf-";
    repo = "nix-doc";
    sha256 = "sha256-VSogUulfBTmZMmBbw9Ya/kfoHZlvJMujCPdjhRsjnPo=";
    sha256 = "sha256-murez5uHLv1YXIaDDaFXCDPPggK1GAXjaSmZJhlqN80=";
  };

  doCheck = true;
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {

  nativeBuildInputs = [ pkg-config nix ];

  cargoSha256 = "sha256-DZQ1Q+4I6Qm2WFvBoPNILp0wwP+01msx6zP12EHaPQc=";
  cargoSha256 = "sha256-+6I6+LZs84OcyebAIg/9KeAxV1UdK9IgaT7UsPJ5rWQ=";

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