kb: 0.1.7 -> 0.1.8 (#421329)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "kb";
|
||||
version = "0.1.7";
|
||||
format = "pyproject";
|
||||
version = "0.1.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gnebbia";
|
||||
repo = "kb";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-K8EAqZbl2e0h03fFwaKIclZTZARDQp1tRo44znxwW0I=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-X2yFQYH4nqI5CqPtKFHq3+V/itqTpUho9en4WEIRjQM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
(e.g., images, pdf, videos and others).
|
||||
'';
|
||||
homepage = "https://github.com/gnebbia/kb";
|
||||
changelog = "https://github.com/gnebbia/kb/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/gnebbia/kb/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ wesleyjrz ];
|
||||
mainProgram = "kb";
|
||||
|
||||
Reference in New Issue
Block a user