mob: 3.2.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2022-10-19 18:09:37 +00:00 committed by Bobby Rong
parent 81674fb565
commit 072df9d737

View file

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