gitxray: 1.0.17.2 -> 1.0.17.3 (#388075)

This commit is contained in:
Fabian Affolter
2025-03-08 09:01:37 +01:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gitxray";
version = "1.0.17.2";
version = "1.0.17.3";
pyproject = true;
src = fetchFromGitHub {
owner = "kulkansecurity";
repo = "gitxray";
tag = version;
hash = "sha256-EcDKjUC1Zi6zSvOQRhozzKPrBLjODk8+Lqpagh55LCc=";
hash = "sha256-MfYK6D6QkIQRTsnNAiJsfPeYcUTO/BTe0AtczeONSsg=";
};
build-system = with python3.pkgs; [ setuptools ];