diff --git a/doc/hooks/pnpm.section.md b/doc/hooks/pnpm.section.md index 58c966a4dbdf..e8871c6c2398 100644 --- a/doc/hooks/pnpm.section.md +++ b/doc/hooks/pnpm.section.md @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; - fetcherversion = 4; + fetcherVersion = 4; hash = lib.fakeHash; }; @@ -123,7 +123,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; - fetcherversion = 4; + fetcherVersion = 4; hash = lib.fakeHash; };