Unverified Commit 3b231f42 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

paperless-ngx: 2.19.3 -> 2.19.5 (#460350)

parents 1897e7d3 b649a541
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@
  xorg,
}:
let
  version = "2.19.3";
  version = "2.19.5";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-VhBo61jW4lZeJYJcRRuVuYbR4enpM2JD47DDDlFJuao=";
    hash = "sha256-sIPi7A6V5YNDB0ZvB5uIQaO/P5hIxY3JNRnB2sfVii0=";
  };

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

    nativeBuildInputs = [