Unverified Commit f93482e3 authored by Chris Moultrie's avatar Chris Moultrie
Browse files

paperless-ngx: 2.15.2 -> 2.15.3

parent 4242f4a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@
  xorg,
}:
let
  version = "2.15.2";
  version = "2.15.3";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-3IGXjMVMSbpcdwEvJcMbFuQI9GYy1TY9NWAvum14UK4=";
    hash = "sha256-zkOOUMyAvYYJnYn4s7D4tsYhodVX5kvPdXBBknBsusY=";
  };

  python = python3.override {