vikunja{,-desktop}: use pnpm fetcherVersion 3 (#503426)

This commit is contained in:
Adam C. Stephens
2026-03-25 17:15:11 +00:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -29,7 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
inherit version src;
sourceRoot = "${finalAttrs.src.name}/desktop";
pnpmInstallFlags = [ "--shamefully-hoist" ];
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs)
@@ -37,11 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
version
src
sourceRoot
pnpmInstallFlags
;
pnpm = pnpm_10_29_2;
fetcherVersion = 1;
hash = "sha256-4+r+1Yi3BS7LHFIY4VOGMhG2RW/KcTy67oqkfXiMW7k=";
fetcherVersion = 3;
hash = "sha256-/dPjUxD01G1H3nRZfW8x046x33OaiChYuiLhZYOPrTo=";
};
env = {
+2 -2
View File
@@ -36,8 +36,8 @@ let
sourceRoot
;
pnpm = pnpm_10_29_2;
fetcherVersion = 1;
hash = "sha256-j84UVbLIqPz56Djy0vafhAOn9ZFM+kuTcBhfYZBYEDI=";
fetcherVersion = 3;
hash = "sha256-5eTw3W5cmdD8dEfZyJ+2cUBMbkPhF1S5gJMEojJYV2w=";
};
nativeBuildInputs = [