piped: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 02:04:58 +02:00
parent 01f46b08eb
commit ee494ba2b6
+2 -2
View File
@@ -38,8 +38,8 @@ buildNpmPackage rec {
src
;
pnpm = pnpm_9;
fetcherVersion = 1;
hash = "sha256-WtZfRZFRV9I1iBlAoV69GGFjdiQhTSBG/iiEadPVcys=";
fetcherVersion = 3;
hash = "sha256-IB/suR1I1hNip1qpIcUCP0YyUEDV2EwE5F2WXW8OhmU=";
};
passthru.updateScript = unstableGitUpdater { };