mob: 4.4.6 -> 4.5.0

This commit is contained in:
R. Ryantm
2024-02-02 08:59:08 +00:00
parent 06da8f604e
commit 4005f97c99
+2 -2
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;