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

mob: 0.0.25 -> 1.1.0
This commit is contained in:
Ryan Mulligan 2021-01-20 06:53:45 -08:00 committed by GitHub
commit e327fa941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "mob";
version = "0.0.25";
version = "1.1.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "1gs0mv4j66278srrck7llvi5gnfdqxz3a489qn5sx3mw46yx5q93";
sha256 = "sha256-C63tGMd+kGQc99k7L8SKlijlEBaBCiksAghsg6WC8Bw=";
};
meta = with lib; {