git-team: 1.8.0 -> 1.8.1

* The zsh completion script now correctly provides suggestions for the command git team (in addition to git-team).
* https://github.com/hekmekk/git-team/blob/main/CHANGELOG.md#181
This commit is contained in:
Jan Schmitt
2022-12-12 23:14:01 +01:00
parent fc6c79f771
commit fe7d02b5f0
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-team";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "hekmekk";
repo = "git-team";
rev = "v${version}";
hash = "sha256-LZR30zqwit/xydQbpGm1LXd/tno/sTCaftgjVkVS6ZY=";
hash = "sha256-+j5d1tImVHaTx63uzLdh2YNCFa1ErAVv4OMwxOutBQ4=";
};
vendorHash = "sha256-NTOUL1oE2IhgLyYYHwRCMW5yCxIRxUwqkfuhSSBXf6A=";