nix-doc: 0.5.5 -> 0.5.6

This commit is contained in:
Jade Lovelace 2023-01-17 17:14:11 -08:00 committed by zowoq
parent 9428672eaa
commit c7e7050dad

View file

@ -2,21 +2,21 @@
rustPlatform.buildRustPackage rec {
pname = "nix-doc";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
rev = "v${version}";
owner = "lf-";
repo = "nix-doc";
sha256 = "sha256-JGzrDSAJMH7BaqGfyfLe041T2f8QdwLlFi11yHo+4JI=";
sha256 = "sha256-n2qmu+yMV/ext3MN5lfkfo3ebRf4Uct/WgGP3Ck72WM=";
};
doCheck = true;
buildInputs = [ boost nix ];
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config nix ];
cargoSha256 = "sha256-o49xT26X1QdkSWDlz//ZgnLs592DkxktyFaY5S4vVTM=";
cargoSha256 = "sha256-JrfRmpRSmkL8D0UAT3nY/NWWcNapuVUcd9zNQYUPRo8=";
meta = with lib; {
description = "An interactive Nix documentation tool";