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

mob: 1.10.0 -> 1.12.0
This commit is contained in:
Ryan Mulligan
2021-09-14 13:53:51 -07:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "mob";
version = "1.10.0";
version = "1.12.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-O732PNmE+RDmETHAX/vlaSF4ZUShmO7P1B41kCw+/cQ=";
sha256 = "sha256-5hvuaKlaWrB8nEeHytnn4ywciLbOSoXdBdc3K/PqMG8=";
};
meta = with lib; {