mob: 5.3.3 -> 5.4.0

This commit is contained in:
R. Ryantm
2025-03-26 17:52:37 +00:00
parent 4534205b61
commit 544a05b915
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "mob";
version = "5.3.3";
version = "5.4.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = "mob";
rev = "v${version}";
hash = "sha256-ibsaejhqvndeIJMCDIuTwrITtFrI+LJT8IZuAlTZE3E=";
hash = "sha256-OTKlasXswrZPfhdHD6tJt8z/e+BbgWa9LrKYhMbG/N4=";
};
vendorHash = null;