Commit 9e5777b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

multica-cli: 0.2.21 -> 0.2.23

parent 8386368f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@ buildGoModule rec {
  __structuredAttrs = true;

  pname = "multica-cli";
  version = "0.2.21";
  version = "0.2.23";

  src = fetchFromGitHub {
    owner = "multica-ai";
    repo = "multica";
    rev = "v${version}";
    hash = "sha256-13xhPBLV3aWf5ESn4L2rGXXFTrYVejF+HQnTCGlE1bg=";
    hash = "sha256-2W2OjiKsjaLmKJTr1Rr31eqL/yt+o4XsLFeLwbyv7MY=";
  };

  sourceRoot = "${src.name}/server";