We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc1d122 + 4d15727 commit 990013fCopy full SHA for 990013f
pkgs/by-name/pa/paperless-ngx/package.nix
@@ -28,13 +28,13 @@
28
xorg,
29
}:
30
let
31
- version = "2.20.1";
+ version = "2.20.2";
32
33
src = fetchFromGitHub {
34
owner = "paperless-ngx";
35
repo = "paperless-ngx";
36
tag = "v${version}";
37
- hash = "sha256-16eW8Yca/HgIr0wiFQq6Q5czCgA7gac1sR1q2g+ZkEc=";
+ hash = "sha256-jsHGQ1xjHu+yagy73/eCB/3h7ZHasMdt4rWQuFvDfis=";
38
};
39
40
python = python3.override {
@@ -80,7 +80,7 @@ let
80
pnpmDeps = pnpm.fetchDeps {
81
inherit (finalAttrs) pname version src;
82
fetcherVersion = 2;
83
- hash = "sha256-+fE+IUyhoENnweFggLuS9LHwcLTZrLS1TBzuXHkaNAk=";
+ hash = "sha256-pG7olcBq5P52CvZYLqUjb+RwxjbQbSotlS50pvgm7WQ=";
84
85
86
nativeBuildInputs = [
0 commit comments