Skip to content

Commit

Permalink
gitxray: 1.0.16 -> 1.0.16.4 (#360357)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 2, 2024
2 parents e105c62 + 5d19355 commit cb1f5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gi/gitxray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "gitxray";
version = "1.0.16";
version = "1.0.16.4";
pyproject = true;

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

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

0 comments on commit cb1f5fb

Please sign in to comment.