Skip to content

Commit 1f5382b

Browse files
committed
1 parent 184a9ae commit 1f5382b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pa/paperless-ngx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
xorg,
2727
}:
2828
let
29-
version = "2.14.5";
29+
version = "2.14.6";
3030

3131
src = fetchFromGitHub {
3232
owner = "paperless-ngx";
3333
repo = "paperless-ngx";
3434
tag = "v${version}";
35-
hash = "sha256-ML38TErINQPjBGweCY673zFlGEjTjgJcYJTJUbTov+4=";
35+
hash = "sha256-wBm4+ohM9v25n6zEUAeaVU6mAmB3GR8n1kDYyTBlnjM=";
3636
};
3737

3838
# subpath installation is broken with uvicorn >= 0.26

0 commit comments

Comments
 (0)