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

mob: 4.4.5 -> 4.4.6
This commit is contained in:
Nick Cao 2023-09-11 10:12:57 -04:00 committed by GitHub
commit 7d51d0b865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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