Unverified Commit 9062554b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files
parent 92cd42ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@
  lndir,
}:
let
  version = "2.20.10";
  version = "2.20.11";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-4kc1LyqcVKHQ/WnsZOL0zanbLIv27CGGgNZXVFBwCgQ=";
    hash = "sha256-Bn5k6h80nSNxWYsIpqVLXp+udzxDCY8f/jbgDvyATM0=";
  };

  python = python3.override {