Merge pull request #324027 from wegank/mob-fix

mob: fix build
This commit is contained in:
Aleksana
2024-07-03 00:00:57 +08:00
committed by GitHub
+2 -2
View File
@@ -13,9 +13,9 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
repo = "mob";
rev = "v${version}";
sha256 = "sha256-1A8xoDiDBW1YieRDTCAiena63j4y7FJf5dMQoNrIAno=";
hash = "sha256-+pN+FGZCW5sPWpUNIYTFn26KBpHre+9PPBQwEcBNJWI=";
};
vendorHash = null;