Unverified Commit 61c77ead authored by Leona Maroni's avatar Leona Maroni
Browse files
parent f8e2ebd6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@
}:

let
  version = "2.4.3";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    rev = "refs/tags/v${version}";
    hash = "sha256-uFaywZF1e1ELU6EcRxzMqGu3uiFK8MMfrTxb01Drd7k=";
    hash = "sha256-f9XMGGNr4qA/twp7Kbv/34mvgNQT+KZ1rYre1BXVWw0=";
  };

  python = python3;
@@ -53,7 +53,7 @@ let
      cd src-ui
    '';

    npmDepsHash = "sha256-4PIslsmbcET/kKLZ/gijwEyBB9zgZR6vMU9h9enzScE=";
    npmDepsHash = "sha256-7//VmAgXB4H8hlalfu4JeqFDa8dj1u5Z1kbwp2Wi4cQ=";

    nativeBuildInputs = [
      pkg-config
@@ -123,6 +123,7 @@ python.pkgs.buildPythonApplication rec {
    constantly
    cryptography
    dateparser
    django-allauth
    django-auditlog
    django-celery-results
    django-compression-middleware