mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
paperless-ngx: 2.7.1 -> 2.7.2
Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.7.2
This commit is contained in:
parent
4d49db587d
commit
22ed2f5890
@ -22,13 +22,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.7.1";
|
||||
version = "2.7.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-k19dQeXuPwggTfrsxL4oesExAz4tkT/GN6lt7sLU3Nk=";
|
||||
hash = "sha256-vXW2d45Mth3Y95xPPH8bFjVLWVdUl+WuvSXJyPD3FyU=";
|
||||
};
|
||||
|
||||
python = python3;
|
||||
|
Loading…
Reference in New Issue
Block a user