mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
paperless-ngx: 2.16.1 -> 2.16.2
changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.16.2
This commit is contained in:
parent
5145e06dda
commit
6c9967ce72
1 changed files with 2 additions and 2 deletions
|
@ -26,13 +26,13 @@
|
|||
xorg,
|
||||
}:
|
||||
let
|
||||
version = "2.16.1";
|
||||
version = "2.16.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wdcwSWaixNceVqrCXStf+0jnWbigd3k5FXRF0o2UbW0=";
|
||||
hash = "sha256-w6VS3m661EvLGk1lVbTAYNzwVgXjvegn0KByGDBFjz0=";
|
||||
};
|
||||
|
||||
python = python3.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue