Unverified Commit 20d2d4f4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

multica-cli: 0.2.21 -> 0.2.23 (#515706)

parents 72566060 9e5777b7
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";