Loading pkgs/applications/version-management/gita/default.nix +5 −19 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ }: buildPythonApplication rec { version = "0.11.9"; version = "0.16.6.1"; pname = "gita"; src = fetchFromGitHub { sha256 = "9+zuLAx9lMfltsBqjvsivJ5wPnStPfq11XgGMv/JDpY="; rev = version; sha256 = "sha256-kPyk13yd4rc63Nh73opuHsCTj4DgYAVfro8To96tteA="; rev = "v${version}"; repo = "gita"; owner = "nosarthur"; }; Loading @@ -26,22 +26,8 @@ buildPythonApplication rec { nativeBuildInputs = [ installShellFiles ]; postUnpack = '' for case in "\n" ""; do substituteInPlace source/tests/test_main.py \ --replace "'gita$case'" "'source$case'" done ''; nativeCheckInputs = [ git pytest ]; checkPhase = '' git init pytest tests ''; # 3 of the tests are failing doCheck = false; postInstall = '' installShellCompletion --bash --name gita ${src}/.gita-completion.bash Loading Loading
pkgs/applications/version-management/gita/default.nix +5 −19 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ }: buildPythonApplication rec { version = "0.11.9"; version = "0.16.6.1"; pname = "gita"; src = fetchFromGitHub { sha256 = "9+zuLAx9lMfltsBqjvsivJ5wPnStPfq11XgGMv/JDpY="; rev = version; sha256 = "sha256-kPyk13yd4rc63Nh73opuHsCTj4DgYAVfro8To96tteA="; rev = "v${version}"; repo = "gita"; owner = "nosarthur"; }; Loading @@ -26,22 +26,8 @@ buildPythonApplication rec { nativeBuildInputs = [ installShellFiles ]; postUnpack = '' for case in "\n" ""; do substituteInPlace source/tests/test_main.py \ --replace "'gita$case'" "'source$case'" done ''; nativeCheckInputs = [ git pytest ]; checkPhase = '' git init pytest tests ''; # 3 of the tests are failing doCheck = false; postInstall = '' installShellCompletion --bash --name gita ${src}/.gita-completion.bash Loading