lacus: 1.12.0 -> 1.13.0
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "lacus";
|
||||
version = "1.12.0";
|
||||
version = "1.13.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ail-project";
|
||||
repo = "lacus";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-0a8HwX5vHNTniJOcFoeI+0tOcDZhvIXbpV7mB521tRQ=";
|
||||
hash = "sha256-5hADBSvbdazCMAbPya5H2iOl/sQjg6ixv7crJ2FlFpk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "Capturing system using playwright";
|
||||
homepage = "https://github.com/ail-project/lacus";
|
||||
changelog = "https://github.com/ail-project/lacus/releases/tag/v${version}";
|
||||
changelog = "https://github.com/ail-project/lacus/releases/tag/${src.tag}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user