Unverified Commit 01d1fb1e authored by Aliaksandr's avatar Aliaksandr
Browse files

django-filingcabinet: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent 259ec20a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,8 +97,8 @@ buildPythonPackage rec {

  pnpmDeps = fetchPnpmDeps {
    inherit pname version src;
    fetcherVersion = 1;
    hash = "sha256-kvLV/pCX/wQHG0ttrjSro7/CoQ5K1T0aFChafQOwvNw=";
    fetcherVersion = 3;
    hash = "sha256-p+RpEDVbdYmeSD4bB0oUMrTpsVDGYkqME13awnoTNd0=";
  };

  postBuild = ''