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

froide: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent 61a01ba0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,8 +121,8 @@ python.pkgs.buildPythonApplication rec {

  pnpmDeps = fetchPnpmDeps {
    inherit pname version src;
    fetcherVersion = 1;
    hash = "sha256-g7YX2fVXGmb3Qq9NNCb294bk4/0khcIZVSskYbE8Mdw=";
    fetcherVersion = 3;
    hash = "sha256-NbfCVD+gmtoxuYUCumTKj9P72utK787VdlnuU4lMMGc=";
  };

  postBuild = ''