Unverified Commit beb62214 authored by Aliaksandr's avatar Aliaksandr
Browse files

etherpad-lite: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent 8e47d035
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs) pname version src;
    pnpm = pnpm_9;
    fetcherVersion = 1;
    hash = "sha256-/GqRoGWIQhOwKlbe4I6yTuGs+IOn4crPhwHt4ALJ97E=";
    fetcherVersion = 3;
    hash = "sha256-y5T7yerCK9MtTri3eZ+Iih7/DK9IMDC+d7ej746g47E=";
  };

  nativeBuildInputs = [