From a70f40d09cc9f8b78f4d47f2783fe9d69940815d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 19 Oct 2024 15:10:30 +0200 Subject: [PATCH] gitxray: 1.0.15-unstable-2024-09-20 -> 1.0.16 Diff: https://github.com/kulkansecurity/gitxray/compare/refs/tags/1.0.15-unstable-2024-09-20...1.0.16 Changelog: https://github.com/kulkansecurity/gitxray/blob/refs/tags/1.0.16/CHANGELOG.md --- pkgs/by-name/gi/gitxray/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/gi/gitxray/package.nix b/pkgs/by-name/gi/gitxray/package.nix index f72da4c0857c..dbdd5ce9dbfc 100644 --- a/pkgs/by-name/gi/gitxray/package.nix +++ b/pkgs/by-name/gi/gitxray/package.nix @@ -6,15 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "gitxray"; - version = "1.0.15-unstable-2024-09-20"; + version = "1.0.16"; pyproject = true; src = fetchFromGitHub { owner = "kulkansecurity"; repo = "gitxray"; - # https://github.com/kulkansecurity/gitxray/issues/1 - rev = "7e02f8c789f1c8bf3f4df6c1c301d1a666cedd1c"; - hash = "sha256-ucXHfclvaAbSi2HtrhkR2iW0r7jWq9yHqROwRAowOhA="; + rev = "refs/tags/${version}"; + hash = "sha256-sBDKRHNhRG0SUd9G0+iiKOB+lqzISi92itbZIT+j4ME="; }; build-system = with python3.pkgs; [ setuptools ];