paperless-ngx: 2.16.2 -> 2.16.3 (#415140)

authored by Leona Maroni and committed by GitHub 18617728 30480aac

+5 -5
+5 -5
pkgs/by-name/pa/paperless-ngx/package.nix
··· 26 26 xorg, 27 27 }: 28 28 let 29 - version = "2.16.2"; 29 + version = "2.16.3"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "paperless-ngx"; 33 33 repo = "paperless-ngx"; 34 34 tag = "v${version}"; 35 - hash = "sha256-w6VS3m661EvLGk1lVbTAYNzwVgXjvegn0KByGDBFjz0="; 35 + hash = "sha256-mtzr/rRzcYcZl9tUkhxEKoFQWm1QTToOYZJXhynwDmk="; 36 36 }; 37 37 38 38 python = python3.override { ··· 69 69 70 70 pnpmDeps = pnpm.fetchDeps { 71 71 inherit pname version src; 72 - hash = "sha256-tSBpZ+1aPLUI0SKpOyKo+OLsJZiyDCxRb+5hKMPrxL8="; 72 + hash = "sha256-Z7c+AstVnxbPnEhc51qSqOYhRXqNJVwTvgHFcFp+pYg="; 73 73 }; 74 74 75 75 nativeBuildInputs = ··· 134 134 135 135 postPatch = '' 136 136 # pytest-xdist with to many threads makes the tests flaky 137 - if (( $NIX_BUILD_CORES > 4)); then 138 - NIX_BUILD_CORES=4 137 + if (( $NIX_BUILD_CORES > 3)); then 138 + NIX_BUILD_CORES=3 139 139 fi 140 140 substituteInPlace pyproject.toml \ 141 141 --replace-fail '"--numprocesses=auto",' "" \