Merge pull request #282812 from r-ryantm/auto-update/zeekscript
zeekscript: 1.2.1 -> 1.2.8
This commit is contained in:
commit
2bcb9d2681
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "zeekscript";
|
||||
version = "1.2.1";
|
||||
format = "pyproject";
|
||||
version = "1.2.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-LogI9sJHvLN5WHJGdW47D09XZInKln/I2hNmG62d1JU=";
|
||||
hash = "sha256-v0PJY0Ahxa4k011AwtWSIAWBXvt3Aybrd382j1SIT6M=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue