sigma-cli: 0.3.3 -> 0.3.4

This commit is contained in:
Fabian Affolter 2022-03-24 15:23:47 +01:00 committed by Jonathan Ringer
parent 776c1d8df8
commit 9327a5fcd5

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sigma-cli";
version = "0.3.3";
version = "0.3.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = pname;
rev = "v${version}";
hash = "sha256-AUAOZrwLNu+Llg8RX4RKm4vAETgpPLKK1mcpl8jxGYE=";
hash = "sha256-FWcPHtEYqS+81dU4lB+4BLFOXtFumcyhucwvmu2TAt8=";
};
nativeBuildInputs = with python3.pkgs; [