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

mob: 1.3.0 -> 1.4.0
This commit is contained in:
Robert Scott 2021-04-05 14:31:46 +01:00 committed by GitHub
commit 14952a5abb
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.3.0";
version = "1.4.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-uzWr6wWO6niocJ8yLc1Uu9Wt/FXlCuQrC0RJkgVlphM=";
sha256 = "sha256-JiTRTH8ai27H1xySyKTWiu/MG0C61Tz+hVI6tkSRp+k=";
};
meta = with lib; {