mob: 5.4.0 -> 5.4.2

This commit is contained in:
R. Ryantm
2026-01-29 04:05:23 +00:00
parent 31a7a9ee76
commit dee34ff5ec
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "mob";
version = "5.4.0";
version = "5.4.2";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = "mob";
rev = "v${version}";
hash = "sha256-OTKlasXswrZPfhdHD6tJt8z/e+BbgWa9LrKYhMbG/N4=";
hash = "sha256-zb2/uTFlzaR0AFElsYSjwYP2H4p05fDLK02A3awzIFY=";
};
vendorHash = null;