gitAndTools.gita: 0.10.9 -> 0.10.10

This commit is contained in:
yoctocell 2020-09-02 18:54:19 +02:00 committed by Jon
parent 634d404349
commit 008f45f591

View File

@ -9,11 +9,11 @@
}: }:
buildPythonApplication rec { buildPythonApplication rec {
version = "0.10.9"; version = "0.10.10";
pname = "gita"; pname = "gita";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "0wilyf4nnn2jyxrfqs8krya3zvhj6x36szsp9xhb6h08g1ihzp5i"; sha256 = "0k7hicncbrqvhmpq1w3v1309bqij6izw31xs8xcb8is85dvi754h";
rev = "v${version}"; rev = "v${version}";
repo = "gita"; repo = "gita";
owner = "nosarthur"; owner = "nosarthur";
@ -45,6 +45,7 @@ buildPythonApplication rec {
postInstall = '' postInstall = ''
installShellCompletion --bash --name gita ${src}/.gita-completion.bash installShellCompletion --bash --name gita ${src}/.gita-completion.bash
installShellCompletion --zsh --name gita ${src}/.gita-completion.zsh
''; '';
meta = with lib; { meta = with lib; {