paperless-ngx: 1.9.1 -> 1.9.2
This commit is contained in:
parent
8dcae204bc
commit
27f2a71f46
1 changed files with 2 additions and 2 deletions
|
@ -61,12 +61,12 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.pythonPackages.buildPythonApplication rec {
|
python.pkgs.pythonPackages.buildPythonApplication rec {
|
||||||
pname = "paperless-ngx";
|
pname = "paperless-ngx";
|
||||||
version = "1.9.1";
|
version = "1.9.2";
|
||||||
|
|
||||||
# Fetch the release tarball instead of a git ref because it contains the prebuilt fontend
|
# Fetch the release tarball instead of a git ref because it contains the prebuilt fontend
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v${version}/${pname}-v${version}.tar.xz";
|
url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v${version}/${pname}-v${version}.tar.xz";
|
||||||
hash = "sha256-KWq3zUES8klXexNO9krlqZKZEajOhkTHF13t/3rxrPc=";
|
hash = "sha256-fafjVXRfzFrINzI/Ivfm1VY4YpemHkHwThBP54XoXM4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
Loading…
Reference in a new issue