mob: 5.3.1 -> 5.3.3

This commit is contained in:
R. Ryantm
2024-11-29 10:52:00 +00:00
parent 6832176666
commit bf97031d41
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "5.3.1";
version = "5.3.3";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = "mob";
rev = "v${version}";
hash = "sha256-+zNlxIvIvPyz0vA9IPaMzP8wfEXwNyRcvp45ohzoxQQ=";
hash = "sha256-ibsaejhqvndeIJMCDIuTwrITtFrI+LJT8IZuAlTZE3E=";
};
vendorHash = null;