zeekscript: 1.3.2-unstable-2025-09-29 -> 1.3.2-unstable-2025-11-10
Changelog: https://github.com/zeek/zeekscript/blob/7f3d41b495cc87ee0db5cc90ccd0f5c9a23487df/CHANGES
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "zeekscript";
|
||||
version = "1.3.2-unstable-2025-09-29";
|
||||
version = "1.3.2-unstable-2025-11-10";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeek";
|
||||
repo = "zeekscript";
|
||||
rev = "f0fa5746633a709759a94695fcc81b43feb8e2d9";
|
||||
hash = "sha256-g4Iv9xw6Owuqi+UudRzWatK09mjNDWdp0cBvH7iuV+U=";
|
||||
rev = "7f3d41b495cc87ee0db5cc90ccd0f5c9a23487df";
|
||||
hash = "sha256-IpoDSLPDF2p/Yuijb3xtvs1zivtYrKny/pY5dRL56QA=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user