mob: 5.2.0 -> 5.3.1

This commit is contained in:
R. Ryantm 2024-09-30 03:21:06 +00:00
parent fe370c252d
commit 65a629f037

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "5.2.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = "mob";
rev = "v${version}";
hash = "sha256-LktA7GMOWAl12PRLgX8VTyYZ00sh6AHsgw9NdyjAJ64=";
hash = "sha256-+zNlxIvIvPyz0vA9IPaMzP8wfEXwNyRcvp45ohzoxQQ=";
};
vendorHash = null;