Merge pull request #277340 from dotlambda/paperless-ngx-2.2.0

paperless-ngx: 2.1.2 -> 2.2.1
This commit is contained in:
Luke Granger-Brown 2023-12-31 11:29:52 +00:00 committed by GitHub
commit 2749ef997c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
}:
let
version = "2.1.2";
version = "2.2.1";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-jD0dRgU/9gtNZUuTV+zkjqWb8gBnvD/AOTPucdaVKwE=";
hash = "sha256-ds/hQ0+poUTO2bnXiHvNUanVFJcxxyuW3a9Yxcq5cAg=";
};
python = python3;
@ -52,7 +52,7 @@ let
cd src-ui
'';
npmDepsHash = "sha256-K7wTYGGwEhPoXdRD+4swhSlMH0iem6YkF0tjnVHh7K8=";
npmDepsHash = "sha256-o/inxHiOeMhQvZVcy6CM3Jy8B2sSp+8WJBknp3KVbZM=";
nativeBuildInputs = [
pkg-config