mob: 3.1.5 -> 3.2.0

This commit is contained in:
R. Ryantm 2022-09-15 22:50:03 +00:00
parent 454887a35d
commit 42092a4219

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "3.1.5";
version = "3.2.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FnAocL4Lbg/WxvLJuNR8FDBXvxqD2RMkkRvaCKvka8A=";
sha256 = "sha256-qr6F98OVI+K0V59YH35GERiC9jgxp/YJm4N4EGvDotk=";
};
vendorSha256 = null;