multica-cli: 0.2.23 -> 0.2.29 (#518676)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-10 16:28:32 +00:00
committed by GitHub
+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";