paperless-ngx: 2.15.2 -> 2.15.3 (#401559)

This commit is contained in:
Sandro
2025-04-25 15:22:23 +02:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@
xorg,
}:
let
version = "2.15.2";
version = "2.15.3";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
tag = "v${version}";
hash = "sha256-3IGXjMVMSbpcdwEvJcMbFuQI9GYy1TY9NWAvum14UK4=";
hash = "sha256-zkOOUMyAvYYJnYn4s7D4tsYhodVX5kvPdXBBknBsusY=";
};
python = python3.override {