mob: fix build

This commit is contained in:
Weijia Wang
2024-07-02 14:44:36 +02:00
parent ae472bb7f0
commit 978db3685a
+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;