woodpecker-webui: migrate from fetcherVersion = 2 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-04-27 18:16:57 +03:00
parent 034a300b67
commit cd681925a9
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
let
version = "3.14.0";
vendorHash = "sha256-fibx+Ky2cfP71tPzeiDybx+0f/+XvZbDXC7PAWQMRIY=";
nodeModulesHash = "sha256-8QhWOlEWkRPZA3uktm2hDSon+UCPPGznvn/4cXqyvTY=";
nodeModulesHash = "sha256-wQUOUB5uhWbdEP1nP02ihRZf3F1sEvQeZTDxOa5P1lQ=";
in
{
inherit version vendorHash nodeModulesHash;
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
sourceRoot = "${common.src.name}/web";
fetcherVersion = 2;
fetcherVersion = 3;
hash = common.nodeModulesHash;
};