From c8b6169b5a128ffd7c5f15932758615370ac7564 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Oct 2025 22:37:46 +0200 Subject: [PATCH] gallia: 2.0.0a4 -> 2.0.0b2 Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v2.0.0b2 --- pkgs/by-name/ga/gallia/package.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ga/gallia/package.nix b/pkgs/by-name/ga/gallia/package.nix index a729c2e14d37..8204f924245a 100644 --- a/pkgs/by-name/ga/gallia/package.nix +++ b/pkgs/by-name/ga/gallia/package.nix @@ -8,17 +8,19 @@ python3.pkgs.buildPythonApplication rec { pname = "gallia"; - version = "2.0.0a4"; + version = "2.0.0b2"; pyproject = true; src = fetchFromGitHub { owner = "Fraunhofer-AISEC"; repo = "gallia"; tag = "v${version}"; - hash = "sha256-by2zlfVN/FUNU9d5nn4JZ8xzto3k60DITPYhYqwm3Ms="; + hash = "sha256-CZsVd9ob4FHC9KeepK7OHWatVTJUiJEjqtaylhD+yS0="; }; - build-system = with python3.pkgs; [ hatchling ]; + pythonRelaxDeps = [ "pydantic" ]; + + build-system = with python3.pkgs; [ uv-build ]; dependencies = with python3.pkgs; [ aiosqlite @@ -49,8 +51,8 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Extendable Pentesting Framework for the Automotive Domain"; homepage = "https://github.com/Fraunhofer-AISEC/gallia"; - changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v${version}"; - license = with lib.licenses; [ asl20 ]; + changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/${src.tag}"; + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab rumpelsepp