Unverified Commit 322c0537 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #205823 from lockejan/bump-git-team

git-team: 1.8.0 -> 1.8.1
parents d2449c76 fe7d02b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";