gitxray: 1.0.17.3 -> 1.0.17.4

This commit is contained in:
R. Ryantm 2025-04-28 15:05:19 +00:00
parent 917ee0af83
commit 8ada1af79f

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "gitxray"; pname = "gitxray";
version = "1.0.17.3"; version = "1.0.17.4";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kulkansecurity"; owner = "kulkansecurity";
repo = "gitxray"; repo = "gitxray";
tag = version; tag = version;
hash = "sha256-MfYK6D6QkIQRTsnNAiJsfPeYcUTO/BTe0AtczeONSsg="; hash = "sha256-JzQ7Dq02lWDGj7+xN4jOHQZThGy/wB0TZDax3fAyXNM=";
}; };
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];