mob: 5.4.0 -> 5.4.2 (#484962)

This commit is contained in:
Nick Cao
2026-01-29 21:54:36 +00:00
committed by GitHub
+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;