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

mob: 1.9.0 -> 1.10.0
This commit is contained in:
Ryan Mulligan 2021-08-27 08:51:30 -07:00 committed by GitHub
commit 15c57cb836
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.9.0";
version = "1.10.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-PvFECy5wgpdOdToeYsW+NiVC2LXkBCMBorIl8m++Lic=";
sha256 = "sha256-O732PNmE+RDmETHAX/vlaSF4ZUShmO7P1B41kCw+/cQ=";
};
meta = with lib; {