pythonDocs: fix eval

This commit is contained in:
K900
2022-09-24 10:21:54 +03:00
parent 78fa74ccd1
commit 641f6dd3d1
11 changed files with 11 additions and 11 deletions
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
version = "VERSION";
src = fetchurl {
url = URL;
url = "URL";
sha256 = "SHA";
};
installPhase = ''