about summary refs log tree commit diff
path: root/pkgs/tools/security/ghauri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ghauri/default.nix')
-rw-r--r--pkgs/tools/security/ghauri/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ghauri/default.nix b/pkgs/tools/security/ghauri/default.nix
index 426cb66b7e6f1..a60862deadcd1 100644
--- a/pkgs/tools/security/ghauri/default.nix
+++ b/pkgs/tools/security/ghauri/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "ghauri";
-  version = "1.3.4";
+  version = "1.3.5";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "r0oth3x49";
     repo = "ghauri";
     rev = "refs/tags/${version}";
-    hash = "sha256-1xrswAxavUz3ybmT0E00pjiR8pmHvuBXE4zhAPnz5MQ=";
+    hash = "sha256-ea0YJuHT4G6Y9AE9sZEHTa/Ljtw2fATFha/j4VmukcA=";
   };
 
   build-system = with python3.pkgs; [