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

mob: 1.8.0 -> 1.9.0
This commit is contained in:
Ryan Mulligan 2021-08-22 07:10:14 -07:00 committed by GitHub
commit 41282f0db6
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.8.0";
version = "1.9.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-GA+MmZU1KEg3HIU225Llr5W4dHGFGiMr/j0N/CslBC4=";
sha256 = "sha256-PvFECy5wgpdOdToeYsW+NiVC2LXkBCMBorIl8m++Lic=";
};
meta = with lib; {