mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
paperless-ngx: 2.4.0 -> 2.4.3
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.3 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.2 https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.1
This commit is contained in:
parent
6c4a1e1db7
commit
c65f6820b2
@ -21,13 +21,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.4.0";
|
||||
version = "2.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperless-ngx";
|
||||
repo = "paperless-ngx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-bIiUG5yLpKOoxByef2Wm7MmSoL5zAYE9x6/zZywG9aE=";
|
||||
hash = "sha256-uFaywZF1e1ELU6EcRxzMqGu3uiFK8MMfrTxb01Drd7k=";
|
||||
};
|
||||
|
||||
python = python3;
|
||||
|
Loading…
Reference in New Issue
Block a user