multica-cli: 0.2.23 -> 0.2.29

This commit is contained in:
R. Ryantm
2026-05-10 12:10:26 +00:00
parent b9a9d4f443
commit 83d419ae5e
+2 -2
View File
@@ -9,13 +9,13 @@ buildGoModule rec {
__structuredAttrs = true;
pname = "multica-cli";
version = "0.2.23";
version = "0.2.29";
src = fetchFromGitHub {
owner = "multica-ai";
repo = "multica";
rev = "v${version}";
hash = "sha256-2W2OjiKsjaLmKJTr1Rr31eqL/yt+o4XsLFeLwbyv7MY=";
hash = "sha256-RW9GXWMOJZGc2RsuKAmfTOol66/XwQLdyK7iPoGFF48=";
};
sourceRoot = "${src.name}/server";