multica-cli: 0.2.29 -> 0.3.2

This commit is contained in:
R. Ryantm
2026-05-18 19:35:16 +00:00
parent 9ccfc30b92
commit 42ad7d7aba
+2 -2
View File
@@ -9,13 +9,13 @@ buildGoModule rec {
__structuredAttrs = true;
pname = "multica-cli";
version = "0.2.29";
version = "0.3.2";
src = fetchFromGitHub {
owner = "multica-ai";
repo = "multica";
rev = "v${version}";
hash = "sha256-RW9GXWMOJZGc2RsuKAmfTOol66/XwQLdyK7iPoGFF48=";
hash = "sha256-1ioDiNieaB+PX/NTR7B5FQGjvKZCIM6PgkgO5jSjZyE=";
};
sourceRoot = "${src.name}/server";