Merge pull request #325535 from r-ryantm/auto-update/mob

mob: 5.0.0 -> 5.0.1
This commit is contained in:
Nick Cao
2024-07-08 16:02:47 -04:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = "mob";
rev = "v${version}";
hash = "sha256-+pN+FGZCW5sPWpUNIYTFn26KBpHre+9PPBQwEcBNJWI=";
hash = "sha256-CUD4gcQrLzYsD6zX6I4C59lHGKOaE5ggjbIVyznBNEg=";
};
vendorHash = null;