about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-02-28 22:47:34 +0100
committerGitHub <noreply@github.com>2024-02-28 22:47:34 +0100
commit0dac34d4586554d7bf91be617c30831fc8137e16 (patch)
tree3f265aba4dad6a5adda273cb49e2ee798f2028e0 /pkgs/tools
parent31a3ee0c19e6cc335dd4bb3ad09af2297ea427e5 (diff)
parent6010c3009c106db2676f63a420ac0c691e7c8a3d (diff)
downloadnixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar.gz
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar.bz2
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar.lz
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar.xz
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.tar.zst
nixlib-0dac34d4586554d7bf91be617c30831fc8137e16.zip
Merge pull request #291968 from r-ryantm/auto-update/nixdoc
nixdoc: 2.7.0 -> 3.0.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/nix/nixdoc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/nix/nixdoc/default.nix b/pkgs/tools/nix/nixdoc/default.nix
index e757e79f4684..1d5014a1c700 100644
--- a/pkgs/tools/nix/nixdoc/default.nix
+++ b/pkgs/tools/nix/nixdoc/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nixdoc";
-  version = "2.7.0";
+  version = "3.0.1";
 
   src = fetchFromGitHub {
     owner = "nix-community";
     repo = "nixdoc";
     rev = "v${version}";
-    sha256 = "sha256-0cyKI8KHFsMXYca3hzbqxmBpxGdhl4/i183kfUQr8pg=";
+    sha256 = "sha256-PnvVGw0DMBg/l7+QpcXW5AFfR6MeXBiUYdVAZuue1jA=";
   };
 
-  cargoHash = "sha256-9dqjNExxLDgVsu14yDQOJP1qxKy2ACiUH+pbX77iT70=";
+  cargoHash = "sha256-qLTUyhoEVtjgh+ilEv+pQLXLYWlW9gVsCiA5rPfymZY=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ darwin.Security ];