gitxray: 1.0.17.1 -> 1.0.17.2

This commit is contained in:
R. Ryantm
2025-02-22 15:22:58 +00:00
parent 4f59aa5ed1
commit 50ea032c03
+2 -2
View File
@@ -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 ];