From 402fa4a172c0336e4000a9d6013c420c23a6ef14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:38:55 +0000 Subject: [PATCH] fix(deps): update dependency vitepress-versioning-plugin to v1.2.1 --- nix/packages/treefmt-docs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/packages/treefmt-docs.nix b/nix/packages/treefmt-docs.nix index 3d356eb0..256012f3 100644 --- a/nix/packages/treefmt-docs.nix +++ b/nix/packages/treefmt-docs.nix @@ -10,7 +10,7 @@ pkgs.buildNpmPackage { inherit (perSystem.self.treefmt) version; src = "${flake}/docs"; - npmDepsHash = "sha256-bbTkctSVBzOVU99WUVOfffhUo2A7L0AvdLXvNueaNXY="; + npmDepsHash = "sha256-rIlvPIHIfVRG7uacKICqwoircgO3Uv5RS2KkBrgzf64="; # we have to use a custom build phase because vitepress is doing something funky with the ttty buildPhase = ''