paperless-ngx: 1.16.5 -> 1.17.0

This commit is contained in:
kashw2 2023-08-11 19:11:26 +10:00 committed by Jörg Thalheim
parent 919c0e4550
commit bb5c38d190

View File

@ -19,13 +19,13 @@
}: }:
let let
version = "1.16.5"; version = "1.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paperless-ngx"; owner = "paperless-ngx";
repo = "paperless-ngx"; repo = "paperless-ngx";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-suwXFqq3QSdY0KzSpr6NKPwm6xtMBR8aP5VV3XTynqI="; hash = "sha256-Zv+5DMviBGyc24R+qcAlvjko7wH+Gturvw5nzFJlIfk=";
}; };
# Use specific package versions required by paperless-ngx # Use specific package versions required by paperless-ngx
@ -51,7 +51,7 @@ let
pname = "paperless-ngx-frontend"; pname = "paperless-ngx-frontend";
inherit version src; inherit version src;
npmDepsHash = "sha256-rzIDivZTZZWt6kgLt8mstYmvv5TlC+O8O/g01+aLMHQ="; npmDepsHash = "sha256-J8oUDvcJ0fawTv9L1B9hw8l47UZvOCj16jUF+83W8W8=";
nativeBuildInputs = [ nativeBuildInputs = [
python3 python3