paperless-ngx: 2.5.3 -> 2.5.4

https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.5.4
This commit is contained in:
Leona Maroni 2024-02-27 19:53:27 +01:00
parent 923c6a8b5c
commit f44e5ef4f9
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -22,13 +22,13 @@
}:
let
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-fZ5grVZjCVkCH6doeqBLHPh9mPvHkiz+QXi/OyoJhR4=";
hash = "sha256-F+fZb8Eqw2gHxnv2Zj/xyUOrQu5KIGBIeyhIa1gyayw=";
};
python = python3;
@ -53,7 +53,7 @@ let
cd src-ui
'';
npmDepsHash = "sha256-7//VmAgXB4H8hlalfu4JeqFDa8dj1u5Z1kbwp2Wi4cQ=";
npmDepsHash = "sha256-GXGYfyWy6g1XWKyu3jdbszYYhEk1TzjQIwMGT8Rc0a0=";
nativeBuildInputs = [
pkg-config