Merge pull request #177843 from lf-/update-nix-doc

nix-doc: 0.5.4->0.5.5
This commit is contained in:
Mario Rodas 2022-06-16 22:17:11 -05:00 committed by GitHub
commit 642f7dc1b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nix-doc"; pname = "nix-doc";
version = "0.5.4"; version = "0.5.5";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "lf-"; owner = "lf-";
repo = "nix-doc"; repo = "nix-doc";
sha256 = "sha256-bijcLIRBfoqirwz98Q3uQjHXSOaaqZECfav4TUvCuxg="; sha256 = "sha256-JGzrDSAJMH7BaqGfyfLe041T2f8QdwLlFi11yHo+4JI=";
}; };
doCheck = true; doCheck = true;
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
cargoSha256 = "sha256-LpcAMsBeNa2GDGN7+9rTtkQluPfHSnAxanRtDtRahzc="; cargoSha256 = "sha256-o49xT26X1QdkSWDlz//ZgnLs592DkxktyFaY5S4vVTM=";
meta = with lib; { meta = with lib; {
description = "An interactive Nix documentation tool"; description = "An interactive Nix documentation tool";