Skip to content

Commit 4f161f0

Browse files
authored
gitxray: 1.0.17.2 -> 1.0.17.3 (#388075)
2 parents c35cea8 + 5be2402 commit 4f161f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gi/gitxray/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "gitxray";
9-
version = "1.0.17.2";
9+
version = "1.0.17.3";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "kulkansecurity";
1414
repo = "gitxray";
1515
tag = version;
16-
hash = "sha256-EcDKjUC1Zi6zSvOQRhozzKPrBLjODk8+Lqpagh55LCc=";
16+
hash = "sha256-MfYK6D6QkIQRTsnNAiJsfPeYcUTO/BTe0AtczeONSsg=";
1717
};
1818

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

0 commit comments

Comments
 (0)