Unverified Commit d28f7498 authored by Leona Maroni's avatar Leona Maroni
Browse files
parent 997e9390
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@
  xorg,
}:
let
  version = "2.18.4";
  version = "2.19.0";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-sQ5laFO6DSg+4tF9jk2yuV0q2Vp7VC/+hu2XrVj8/bY=";
    hash = "sha256-t2T42K+F3PaMfNDFa3NF/rAcG6izKTXMIzgD68WdVFE=";
  };

  python = python3.override {
@@ -80,7 +80,7 @@ let
    pnpmDeps = pnpm.fetchDeps {
      inherit (finalAttrs) pname version src;
      fetcherVersion = 2;
      hash = "sha256-fs9a2uI/TnWalQ/qRb6m4d1CsU7O6VYCJMz2xWLdC0I=";
      hash = "sha256-AJp796oO8qOltPKndOXlLx1luCOfzsRSFscCUCe6MZo=";
    };

    nativeBuildInputs = [
@@ -168,10 +168,9 @@ python.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "django-allauth"
    "django-guardian"
    "django-cors-headers"
    "drf-spectacular-sidecar"
    "filelock"
    "ocrmypdf"
    "rapidfuzz"
    "redis"
  ];

@@ -207,6 +206,7 @@ python.pkgs.buildPythonApplication rec {
      django-guardian
      django-multiselectfield
      django-soft-delete
      django-treenode
      djangorestframework
      djangorestframework-guardian
      drf-spectacular