Unverified Commit 8a1210cc authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents 65322d7d ea5705c0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ let
        sourceRoot
        ;
      pnpm = pnpm_10_29_2;
      fetcherVersion = 1;
      hash = "sha256-j84UVbLIqPz56Djy0vafhAOn9ZFM+kuTcBhfYZBYEDI=";
      fetcherVersion = 3;
      hash = "sha256-5eTw3W5cmdD8dEfZyJ+2cUBMbkPhF1S5gJMEojJYV2w=";
    };

    nativeBuildInputs = [