forked from NixOS/nixpkgs
sigma-cli: 1.0.5 -> 1.0.6 (#410755)
This commit is contained in:
commit
dbc3c364c2
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sigma-cli";
|
pname = "sigma-cli";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SigmaHQ";
|
owner = "SigmaHQ";
|
||||||
repo = "sigma-cli";
|
repo = "sigma-cli";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-ywf7k2RsrAMUrDUv1nxTEixmP+NjtIyuBDhj4l9ZQCE=";
|
hash = "sha256-BINKEptzdfEJPJAfPoYWiDXdmVnG7NYVaQar7dz4Ptk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -68,7 +68,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Sigma command line interface";
|
description = "Sigma command line interface";
|
||||||
homepage = "https://github.com/SigmaHQ/sigma-cli";
|
homepage = "https://github.com/SigmaHQ/sigma-cli";
|
||||||
changelog = "https://github.com/SigmaHQ/sigma-cli/releases/tag/v${version}";
|
changelog = "https://github.com/SigmaHQ/sigma-cli/releases/tag/${src.tag}";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "sigma";
|
mainProgram = "sigma";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue