1
0
Fork 0
forked from NixOS/nixpkgs

sigma-cli: 1.0.5 -> 1.0.6 (#410755)

This commit is contained in:
Fabian Affolter 2025-05-26 22:16:08 +02:00 committed by GitHub
commit dbc3c364c2
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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";