Merge pull request #134046 from r-ryantm/auto-update/mob

mob: 1.4.0 -> 1.8.0
This commit is contained in:
Ryan Mulligan 2021-08-14 11:28:54 -07:00 committed by GitHub
commit a48850a7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "mob";
version = "1.4.0";
version = "1.8.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-JiTRTH8ai27H1xySyKTWiu/MG0C61Tz+hVI6tkSRp+k=";
sha256 = "sha256-GA+MmZU1KEg3HIU225Llr5W4dHGFGiMr/j0N/CslBC4=";
};
meta = with lib; {