We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e105c62 + 5d19355 commit cb1f5fbCopy full SHA for cb1f5fb
pkgs/by-name/gi/gitxray/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "gitxray";
9
- version = "1.0.16";
+ version = "1.0.16.4";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "kulkansecurity";
14
repo = "gitxray";
15
rev = "refs/tags/${version}";
16
- hash = "sha256-sBDKRHNhRG0SUd9G0+iiKOB+lqzISi92itbZIT+j4ME=";
+ hash = "sha256-rxG/FXIvPPCmV8//Bq3Upu4kNjwVhPVTK4ADp9X3OL0=";
17
};
18
19
build-system = with python3.pkgs; [ setuptools ];
0 commit comments