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

This commit is contained in:
Aliaksandr
2026-04-24 21:49:19 +03:00
parent 259ec20aee
commit 01d1fb1eed
@@ -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 = ''