mob: 4.4.5 -> 4.4.6

This commit is contained in:
R. Ryantm 2023-09-11 05:57:37 +00:00
parent 2dc458d317
commit a8b31a802d

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;