vikunja{,-desktop}: use pnpm fetcherVersion 3 (#503426)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -36,8 +36,8 @@ let
|
||||
sourceRoot
|
||||
;
|
||||
pnpm = pnpm_10_29_2;
|
||||
fetcherVersion = 1;
|
||||
hash = "sha256-j84UVbLIqPz56Djy0vafhAOn9ZFM+kuTcBhfYZBYEDI=";
|
||||
fetcherVersion = 3;
|
||||
hash = "sha256-5eTw3W5cmdD8dEfZyJ+2cUBMbkPhF1S5gJMEojJYV2w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user