Skip to content

Commit

Permalink
gallia: 1.8.0 -> 1.9.0 (#336040)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 3, 2024
2 parents 0e556de + 88d7f8a commit 10300f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/gallia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "gallia";
version = "1.8.0";
version = "1.9.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Fraunhofer-AISEC";
repo = "gallia";
rev = "refs/tags/v${version}";
hash = "sha256-x1sTvb+Z/AttYJVBEfXMx2/Ps34ZbqdLeGN8qHkFXsQ=";
hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY=";
};

pythonRelaxDeps = [ "aiofiles" ];
Expand Down

0 comments on commit 10300f7

Please sign in to comment.