python3Packages.nextcloudmonitor: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-07-02 09:37:59 -07:00
parent 34af3065e5
commit d4b703e784

View File

@@ -18,6 +18,11 @@ buildPythonPackage rec {
hash = "sha256-748cDMxPjOQFKdSt1GrQqZHmPgz20HN1+lMzo2vMj6c=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'version="1.5.1"' 'version="${version}"'
'';
build-system = [ setuptools ];
dependencies = [ requests ];