Leona Maroni 2024-04-06 11:25:47 +02:00
parent ca565875d8
commit 2cd88bb593
No known key found for this signature in database
GPG Key ID: D5B08ADFC75E3605
1 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@
}:
let
version = "2.6.3";
version = "2.7.1";
src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-M1CnB1adk02lJuFsm0zzjSx/l9hKHJMt1Wh2a5Xtdyg=";
hash = "sha256-k19dQeXuPwggTfrsxL4oesExAz4tkT/GN6lt7sLU3Nk=";
};
python = python3;
@ -53,7 +53,7 @@ let
cd src-ui
'';
npmDepsHash = "sha256-qgCUfGVk698Ink23U7LxkGdFoNpOhCp240tbk+hU0dk=";
npmDepsHash = "sha256-MJ5pnQChghZBfVN6Lbz6VcMtbe8QadiFLTsMF5TlebQ=";
nativeBuildInputs = [
pkg-config