summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2024-04-08 19:27:13 +0200
committerGitHub <noreply@github.com>2024-04-08 19:27:13 +0200
commit41ea0bbbd60ae6db0a8b5c943b212810aac5fa85 (patch)
tree83cadfd4edbe1247bcd0a3b02c18b963ad021d78 /pkgs/applications/office
parent249a78b2e7fc321fdcb5a006ba6986a3bbf4a2d6 (diff)
parent22ed2f5890d6162bf50a01a7b9b3598ee0bd718a (diff)
Merge pull request #302562 from SuperSandro2000/paperless-ngx
paperless-ngx: 2.7.1 -> 2.7.2
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 715afcb42b93..68dd3ec0f6da 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -24,13 +24,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=";
};
# subpath installation is broken with uvicorn >= 0.26