mob: 1.8.0 -> 1.9.0

This commit is contained in:
R. RyanTM 2021-08-22 07:07:19 +00:00
parent 456481aa3d
commit 0a26bf415f

View file

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "mob";
version = "1.8.0";
version = "1.9.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-GA+MmZU1KEg3HIU225Llr5W4dHGFGiMr/j0N/CslBC4=";
sha256 = "sha256-PvFECy5wgpdOdToeYsW+NiVC2LXkBCMBorIl8m++Lic=";
};
meta = with lib; {