clash-verge-rev: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-02-26 21:30:13 +02:00
parent 8ce1e1291d
commit eefea2a04d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ let
hash = "sha256-GmoeOLKxdW1x6PHtslwNPVq8wDWA413NHA/VeDRb4mA=";
};
pnpm-hash = "sha256-qDwXPTfh1yOlugZe1UPUMKRyZOSagG4lX2eiFACgHRw=";
pnpm-hash = "sha256-o3VPb+D74bjwEex7UFmwfx8N1yGolPqNaIeJ7/cjB0c=";
vendor-hash = "sha256-z5xVbqh+CiaTDtAx2VPQ4UjliYnV44tdp3pS8vzb1K4=";
service = callPackage ./service.nix {
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
src
;
pnpm = pnpm_9;
fetcherVersion = 1;
fetcherVersion = 3;
hash = pnpm-hash;
};