Merge pull request #312816 from r-ryantm/auto-update/ghauri

ghauri: 1.3.1 -> 1.3.2

authored by Nick Cao and committed by GitHub b270d9a3 84416a24

+2 -2
+2 -2
pkgs/tools/security/ghauri/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "ghauri"; 8 - version = "1.3.1"; 8 + version = "1.3.2"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "r0oth3x49"; 13 13 repo = "ghauri"; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-QO4/dkJU/uhP1AT1kIxDBIGBfLI1rOhOe/cHC8GwhkA="; 15 + hash = "sha256-zd+Uf2t8yBWi07+BJYYYQ+4fIissuBdXjj877ul4gAQ="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [