Unverified Commit 3098d238 authored by star-szr's avatar star-szr Committed by GitHub
Browse files

carapace: 0.26.0 -> 0.27.0 (#253444)

parent 22ee1b2f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "carapace";
  version = "0.26.0";
  version = "0.27.0";

  src = fetchFromGitHub {
    owner = "rsteube";
    repo = "${pname}-bin";
    rev = "v${version}";
    sha256 = "sha256-1e2hrAoFtnG1lU7evYnJXs65qmLNvO6fO9kPqjv66YE=";
    hash = "sha256-UcJbWOYkNUJEilJL/LG5o+I1ugqEOEGfs+uvKUMnTMU=";
  };

  vendorHash = "sha256-T0N6e96F/4HkHKYNiPFME/PUJGh+pbTmmb4SdZiDVgw=";
  vendorHash = "sha256-PN8ARsJQqRj333ervoy24PZoWkrCIYiGxOovzEhPNZQ=";

  ldflags = [
    "-s"
@@ -34,5 +34,6 @@ buildGoModule rec {
    homepage = "https://rsteube.github.io/carapace-bin/";
    maintainers = with maintainers; [ star-szr ];
    license = licenses.mit;
    mainProgram = "carapace";
  };
}
+3 −1
Original line number Diff line number Diff line
@@ -15323,7 +15323,9 @@ with pkgs;
  undistract-me = callPackage ../shells/bash/undistract-me { };
  carapace = callPackage ../shells/carapace { };
  carapace = callPackage ../shells/carapace {
    buildGoModule = buildGo121Module;
  };
  dash = callPackage ../shells/dash { };