Loading pkgs/applications/office/paperless-ngx/default.nix +4 −15 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ }: let version = "2.10.2"; version = "2.11.0"; src = fetchFromGitHub { owner = "paperless-ngx"; repo = "paperless-ngx"; rev = "refs/tags/v${version}"; hash = "sha256-LwWdgoVlZjL5o+T8zzU9jkYaQbdiZokrCGn8ZTIQ4OQ="; hash = "sha256-lKPjvWc6FcEOwDgIUW8Eki8h8C19G618o1rhXnrlw/E="; }; # subpath installation is broken with uvicorn >= 0.26 Loading @@ -50,18 +50,6 @@ let hash = "sha256-ng98DTw49zyFjrPnEwfnPfONyjKKZYuLl0qduxSppYk="; }; }); djangorestframework = prev.djangorestframework.overridePythonAttrs (oldAttrs: rec { version = "3.14.0"; src = oldAttrs.src.override { rev = version; hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4="; }; nativeCheckInputs = with prev; [ pytest7CheckHook pytest-django ]; }); }; }; Loading @@ -86,7 +74,7 @@ let cd src-ui ''; npmDepsHash = "sha256-zmlYwlH2cnGbbKf6jt5zBLh0Iv3C9/xN0iA4xVetRNE="; npmDepsHash = "sha256-gbHavMUmsZaRSfBkdrrNpTO0R8zacb8110U8n5Y09oU="; nativeBuildInputs = [ pkg-config Loading Loading @@ -231,6 +219,7 @@ python.pkgs.buildPythonApplication rec { pytest-django pytest-env pytest-httpx pytest-mock pytest-rerunfailures pytest-xdist pytestCheckHook Loading pkgs/development/python-modules/gotenberg-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: buildPythonPackage rec { pname = "gotenberg-client"; version = "0.5.0"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "stumpylog"; repo = "gotenberg-client"; rev = "refs/tags/${version}"; hash = "sha256-38s7XLCh55uXxu/Go04Ku/m4xeqAAa2sRe4SiqIXolU="; hash = "sha256-rF4msWYWgNUtOnMAB11vdAPNWZeAoeglnzMPWEM503I="; }; nativeBuildInputs = [ hatchling ]; Loading Loading
pkgs/applications/office/paperless-ngx/default.nix +4 −15 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ }: let version = "2.10.2"; version = "2.11.0"; src = fetchFromGitHub { owner = "paperless-ngx"; repo = "paperless-ngx"; rev = "refs/tags/v${version}"; hash = "sha256-LwWdgoVlZjL5o+T8zzU9jkYaQbdiZokrCGn8ZTIQ4OQ="; hash = "sha256-lKPjvWc6FcEOwDgIUW8Eki8h8C19G618o1rhXnrlw/E="; }; # subpath installation is broken with uvicorn >= 0.26 Loading @@ -50,18 +50,6 @@ let hash = "sha256-ng98DTw49zyFjrPnEwfnPfONyjKKZYuLl0qduxSppYk="; }; }); djangorestframework = prev.djangorestframework.overridePythonAttrs (oldAttrs: rec { version = "3.14.0"; src = oldAttrs.src.override { rev = version; hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4="; }; nativeCheckInputs = with prev; [ pytest7CheckHook pytest-django ]; }); }; }; Loading @@ -86,7 +74,7 @@ let cd src-ui ''; npmDepsHash = "sha256-zmlYwlH2cnGbbKf6jt5zBLh0Iv3C9/xN0iA4xVetRNE="; npmDepsHash = "sha256-gbHavMUmsZaRSfBkdrrNpTO0R8zacb8110U8n5Y09oU="; nativeBuildInputs = [ pkg-config Loading Loading @@ -231,6 +219,7 @@ python.pkgs.buildPythonApplication rec { pytest-django pytest-env pytest-httpx pytest-mock pytest-rerunfailures pytest-xdist pytestCheckHook Loading
pkgs/development/python-modules/gotenberg-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: buildPythonPackage rec { pname = "gotenberg-client"; version = "0.5.0"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "stumpylog"; repo = "gotenberg-client"; rev = "refs/tags/${version}"; hash = "sha256-38s7XLCh55uXxu/Go04Ku/m4xeqAAa2sRe4SiqIXolU="; hash = "sha256-rF4msWYWgNUtOnMAB11vdAPNWZeAoeglnzMPWEM503I="; }; nativeBuildInputs = [ hatchling ]; Loading