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

gitxray: 1.0.17.1 -> 1.0.17.2 (#384272)

parents cd1b2f83 50ea032c
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.1";
  version = "1.0.17.2";
  pyproject = true;

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

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