gitxray: 1.0.17.2 -> 1.0.17.3 (#388075)

authored by Fabian Affolter and committed by GitHub 4f161f01 c35cea87

+2 -2
+2 -2
pkgs/by-name/gi/gitxray/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "gitxray"; 9 - version = "1.0.17.2"; 9 + version = "1.0.17.3"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "kulkansecurity"; 14 14 repo = "gitxray"; 15 15 tag = version; 16 - hash = "sha256-EcDKjUC1Zi6zSvOQRhozzKPrBLjODk8+Lqpagh55LCc="; 16 + hash = "sha256-MfYK6D6QkIQRTsnNAiJsfPeYcUTO/BTe0AtczeONSsg="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ setuptools ];