gitxray: 1.0.19 -> 1.0.20

This commit is contained in:
R. Ryantm
2026-01-15 06:57:09 +00:00
parent d6bc8a1403
commit c121786b0f
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gitxray";
version = "1.0.19";
version = "1.0.20";
pyproject = true;
src = fetchFromGitHub {
owner = "kulkansecurity";
repo = "gitxray";
tag = version;
hash = "sha256-jdN91oiKMr8ozjsQG2+lI55nPbjBa+ipWG9GYeFXCDw=";
hash = "sha256-pnP9vqyobB9MY8axBokzZvM4L8Th3/wDA4adpNyF0G8=";
};
build-system = with python3.pkgs; [ setuptools ];