paperless-ngx: 2.1.0 -> 2.1.1
This commit is contained in:
parent
0a7702e8a5
commit
435b0778e2
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-SRMrgwwRijAEO+Jv+c0la/eMB/ukEhejgs2fWUh0ynQ=";
|
||||
hash = "sha256-/f0al6OyYo8FTOWiNFoKUYWpY0nz3qFOB00QKIvS3Dk=";
|
||||
};
|
||||
|
||||
python = python3;
|
||||
|
|
Loading…
Reference in a new issue