Unverified Commit 3e1a78e3 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

paperless-ngx: 2.20.13 -> 2.20.14 (#510124)

parents 654e2385 ad38b4da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@
  lndir,
}:
let
  version = "2.20.13";
  version = "2.20.14";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-Oh0iFcGWsiPe7xCHw1+9z3BuWikEshVDLWeBPHrEJA0=";
    hash = "sha256-xCpVABOf3rOm/PRZ5Doq8hoZVwRsII+8vFtb28eaBQ8=";
  };

  python = python3.override {