Merge pull request #285751 from r-ryantm/auto-update/mob

mob: 4.4.6 -> 4.5.0
This commit is contained in:
Nick Cao 2024-02-02 10:28:37 -05:00 committed by GitHub
commit cb01616413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.4.6";
version = "4.5.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UunFfP0Rn4t8lSJiubbqZ0bImK9OhIdC0gSGbkg6Ohw=";
sha256 = "sha256-uFtE7AprM/ye2sBQeszYy07RV7RmmqD9TGcTTuZwOfY=";
};
vendorHash = null;