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

gitxray: 1.0.17.3 -> 1.0.17.4 (#402562)

parents 64eaa9be 8ada1af7
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.3";
  version = "1.0.17.4";
  pyproject = true;

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

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