gitxray: 1.0.17.4 -> 1.0.18

R. Ryantm 22c4babe 57f07c20

+2 -2
+2 -2
pkgs/by-name/gi/gitxray/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "gitxray"; 9 - version = "1.0.17.4"; 9 + version = "1.0.18"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "kulkansecurity"; 14 14 repo = "gitxray"; 15 15 tag = version; 16 - hash = "sha256-JzQ7Dq02lWDGj7+xN4jOHQZThGy/wB0TZDax3fAyXNM="; 16 + hash = "sha256-d8NHRcCPTW935lb5MNkmxc8lhyByU0X+iKTUwY8ycRo="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ setuptools ];