Skip to content

Commit

Permalink
Merge pull request #293596 from leona-ya/paperless-2.6.1
Browse files Browse the repository at this point in the history
paperless-ngx: 2.5.4 -> 2.6.1
  • Loading branch information
lukegb authored Mar 6, 2024
2 parents 9f86cd4 + 92cb8dd commit 595b8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/paperless-ngx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}:

let
version = "2.5.4";
version = "2.6.1";

src = fetchFromGitHub {
owner = "paperless-ngx";
repo = "paperless-ngx";
rev = "refs/tags/v${version}";
hash = "sha256-F+fZb8Eqw2gHxnv2Zj/xyUOrQu5KIGBIeyhIa1gyayw=";
hash = "sha256-sBzy3C59630moKuv3cmE9YI/FQkoZbF0SoSFbpJdNd8=";
};

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

npmDepsHash = "sha256-GXGYfyWy6g1XWKyu3jdbszYYhEk1TzjQIwMGT8Rc0a0=";
npmDepsHash = "sha256-oie1jUFIRrOpdxw1gDtLBgFl1Fb0F5hjvl0wTAd6eYU=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 595b8c9

Please sign in to comment.