about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-19 11:14:24 -0400
committerGitHub <noreply@github.com>2024-05-19 11:14:24 -0400
commitb270d9a3177cfb1b71abd9e12f01bc0dda77654f (patch)
tree57012dfd547556b0d07115773592679a91c176f5 /pkgs/tools
parent84416a2488da0a40cbe838ea5e6a39671fd7719f (diff)
parentdc23055ae33b621da7cedb8bf38c3be203f87799 (diff)
Merge pull request #312816 from r-ryantm/auto-update/ghauri
ghauri: 1.3.1 -> 1.3.2
Diffstat (limited to 'pkgs/tools')
-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 c4d176eb2a276..fc7cfd2bb1e15 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.1";
+  version = "1.3.2";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "r0oth3x49";
     repo = "ghauri";
     rev = "refs/tags/${version}";
-    hash = "sha256-QO4/dkJU/uhP1AT1kIxDBIGBfLI1rOhOe/cHC8GwhkA=";
+    hash = "sha256-zd+Uf2t8yBWi07+BJYYYQ+4fIissuBdXjj877ul4gAQ=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [