Unverified Commit 2c3573fc authored by Aliaksandr's avatar Aliaksandr
Browse files

modrinth-app-unwrapped: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent e8a567de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs) pname version src;
    pnpm = pnpm_9;
    fetcherVersion = 1;
    hash = "sha256-+/PGCoHAC9Hsl2YEdjvUBzDJi9iBf+ZxT/6yjDE3yBo=";
    fetcherVersion = 3;
    hash = "sha256-1ZBIMqG6YPZ8++jG6qzhHEgFx1Y6JR8BBLB3JfuNyNU=";
  };

  nativeBuildInputs = [