Skip to content

Commit 990013f

Browse files
paperless-ngx: 2.20.1 -> 2.20.2 (NixOS#470544)
2 parents fc1d122 + 4d15727 commit 990013f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/paperless-ngx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
xorg,
2929
}:
3030
let
31-
version = "2.20.1";
31+
version = "2.20.2";
3232

3333
src = fetchFromGitHub {
3434
owner = "paperless-ngx";
3535
repo = "paperless-ngx";
3636
tag = "v${version}";
37-
hash = "sha256-16eW8Yca/HgIr0wiFQq6Q5czCgA7gac1sR1q2g+ZkEc=";
37+
hash = "sha256-jsHGQ1xjHu+yagy73/eCB/3h7ZHasMdt4rWQuFvDfis=";
3838
};
3939

4040
python = python3.override {
@@ -80,7 +80,7 @@ let
8080
pnpmDeps = pnpm.fetchDeps {
8181
inherit (finalAttrs) pname version src;
8282
fetcherVersion = 2;
83-
hash = "sha256-+fE+IUyhoENnweFggLuS9LHwcLTZrLS1TBzuXHkaNAk=";
83+
hash = "sha256-pG7olcBq5P52CvZYLqUjb+RwxjbQbSotlS50pvgm7WQ=";
8484
};
8585

8686
nativeBuildInputs = [

0 commit comments

Comments
 (0)