mob: 4.5.0 -> 5.0.0

This commit is contained in:
R. Ryantm
2024-06-30 00:24:24 +00:00
parent 65ed2124ae
commit 4978ef847c
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.5.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uFtE7AprM/ye2sBQeszYy07RV7RmmqD9TGcTTuZwOfY=";
sha256 = "sha256-1A8xoDiDBW1YieRDTCAiena63j4y7FJf5dMQoNrIAno=";
};
vendorHash = null;