From fe7d02b5f09ecc421b04d68e57b13038e3ec7875 Mon Sep 17 00:00:00 2001 From: Jan Schmitt Date: Mon, 12 Dec 2022 20:19:27 +0100 Subject: [PATCH] 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 --- .../version-management/git-and-tools/git-team/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/git-team/default.nix b/pkgs/applications/version-management/git-and-tools/git-team/default.nix index 4857384148d8..afce41e15d19 100644 --- a/pkgs/applications/version-management/git-and-tools/git-team/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-team/default.nix @@ -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=";