mob: 1.1.0 -> 1.2.0

This commit is contained in:
R. RyanTM 2021-02-03 17:19:07 +00:00
parent 60d9784263
commit 18f168f4ce

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