summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Schmitt <git@smittie.de>2022-12-12 20:19:27 +0100
committerJan Schmitt <git@smittie.de>2022-12-12 23:14:01 +0100
commitfe7d02b5f09ecc421b04d68e57b13038e3ec7875 (patch)
tree5a645eb1d7fc0a712a8a1d0fa73d15f93f9cc9e6
parentfc6c79f771e1376d791ba959775960688470a2be (diff)
downloadnixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar.gz
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar.bz2
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar.lz
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar.xz
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.tar.zst
nixpkgs-fe7d02b5f09ecc421b04d68e57b13038e3ec7875.zip
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
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-team/default.nix4
1 files 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 4857384148d..afce41e15d1 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=";