Merge pull request #274028 from ajaxbits/211-bump

paperless-ngx: 2.1.1 -> 2.1.2
This commit is contained in:
Luke Granger-Brown 2023-12-14 17:39:20 +00:00 committed by GitHub
commit 55520e0602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
}:
let
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-/f0al6OyYo8FTOWiNFoKUYWpY0nz3qFOB00QKIvS3Dk=";
hash = "sha256-jD0dRgU/9gtNZUuTV+zkjqWb8gBnvD/AOTPucdaVKwE=";
};
python = python3;