Skip to content

Commit cb1f5fb

Browse files
authored
gitxray: 1.0.16 -> 1.0.16.4 (#360357)
2 parents e105c62 + 5d19355 commit cb1f5fb

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.16";
9+
version = "1.0.16.4";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "kulkansecurity";
1414
repo = "gitxray";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-sBDKRHNhRG0SUd9G0+iiKOB+lqzISi92itbZIT+j4ME=";
16+
hash = "sha256-rxG/FXIvPPCmV8//Bq3Upu4kNjwVhPVTK4ADp9X3OL0=";
1717
};
1818

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

0 commit comments

Comments
 (0)