diff options
author | R. Ryantm | 2024-04-11 17:12:10 +0000 |
---|---|---|
committer | R. Ryantm | 2024-04-11 17:12:10 +0000 |
commit | ff11f59f9fd933edf33cbc497421b9258647bc6c (patch) | |
tree | d705f008f8e68f5e2e77eb79af43df2858a17df0 /pkgs/tools/security | |
parent | c81c2414155adffb06d68b894f791dc243ecf2ae (diff) |
gallia: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r-- | pkgs/tools/security/gallia/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gallia/default.nix b/pkgs/tools/security/gallia/default.nix index 8279227f3d28..7b85f7959378 100644 --- a/pkgs/tools/security/gallia/default.nix +++ b/pkgs/tools/security/gallia/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "gallia"; - version = "1.6.0"; + version = "1.7.0"; pyproject = true; src = fetchFromGitHub { owner = "Fraunhofer-AISEC"; repo = "gallia"; rev = "refs/tags/v${version}"; - hash = "sha256-LvzEyBkhji7ruVVO2EpqM8pKOcTX8Dnkqu/GtWOfMZs="; + hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI="; }; nativeBuildInputs = with python3.pkgs; [ |