arsenal: 1.1.0 -> 1.2.7

This commit is contained in:
Amadej Kastelic
2025-07-10 19:16:30 +02:00
parent 5a9ae7aafa
commit ce17acbab3
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "arsenal";
version = "1.1.0";
version = "1.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Orange-Cyberdefense";
repo = "arsenal";
tag = version;
sha256 = "sha256-NbNXyR5aNKvRJU9JWGk/ndwU1bhNgDOdcRqBkAY9nPA=";
sha256 = "sha256-C8DEB/xojU7vGvmeBF+PBD6KWMaJgwa7PpRS5+YzQ6c=";
};
build-system = with python3.pkgs; [