Unverified Commit 342ed3db authored by Toma's avatar Toma Committed by GitHub
Browse files

gale: define pnpm fetcherVersion (#426496)

parents b0dd8544 de9abc26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  pnpmDeps = pnpm_10.fetchDeps {
    inherit (finalAttrs) pname version src;
    fetcherVersion = 1;
    hash = "sha256-QQXP/x7AjDtUpe6h+pC6vUsIAptv1kN/1MJZjHAIdMo=";
  };