Merge pull request #267627 from fabaff/sigma-cli-bump

sigma-cli: 0.7.9 -> 0.7.10
This commit is contained in:
Nick Cao 2023-11-15 09:21:01 -05:00 committed by GitHub
commit 27e3d0e6f5
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.7.9";
version = "0.7.10";
format = "pyproject";
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "sigma-cli";
rev = "refs/tags/v${version}";
hash = "sha256-CWoVVvhprqBW4bmcAHtgJbbOPxGbBsikNu6bwyDdIcc=";
hash = "sha256-Sy9adkmR7Vu7kI75XG0PXihFogPaNwzHH2U5uSz9mZA=";
};
postPatch = ''