Merge pull request #194849 from r-ryantm/auto-update/sigma-cli

sigma-cli: 0.5.0 -> 0.5.3
This commit is contained in:
Fabian Affolter 2022-10-07 09:07:27 +02:00 committed by GitHub
commit 8a5f715b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sigma-cli";
version = "0.5.0";
version = "0.5.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-i0rin4TLoqo+F2nWG4kcFp3x/cRtkMzAo5Ldyo0Si5w=";
hash = "sha256-orJkWVBZnbhRjYDI6s5fPymzpTmZE5MsmYWp3JOKjnU=";
};
nativeBuildInputs = with python3.pkgs; [