Unverified Commit 4f161f01 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

gitxray: 1.0.17.2 -> 1.0.17.3 (#388075)

parents c35cea87 5be24021
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "gitxray";
  version = "1.0.17.2";
  version = "1.0.17.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kulkansecurity";
    repo = "gitxray";
    tag = version;
    hash = "sha256-EcDKjUC1Zi6zSvOQRhozzKPrBLjODk8+Lqpagh55LCc=";
    hash = "sha256-MfYK6D6QkIQRTsnNAiJsfPeYcUTO/BTe0AtczeONSsg=";
  };

  build-system = with python3.pkgs; [ setuptools ];