Commit 9913737e authored by 1adept's avatar 1adept
Browse files

carapace-bridge: 1.2.7 -> 1.2.9

parent b7a43e0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "carapace-bridge";
  version = "1.2.7";
  version = "1.2.9";

  src = fetchFromGitHub {
    owner = "carapace-sh";
    repo = "carapace-bridge";
    hash = "sha256-8i516GwXJFEB4VdvsV1KS0q2U9ZbpRBmZxqzTrzYlPk=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Y69byUUDJJ+nJuZ6lcl+McFtJGYb5zgE8+QTbhoZ9Bc=";
  };

  # buildGoModule try to run `go mod vendor` instead of `go work vendor` on the