Unverified Commit ce09643d authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #197121 from SuperSandro2000/docker-compose

docker-compose: 2.12.0 -> 2.12.2
parents 47b17cf3 337c1ee8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "docker-compose";
  version = "2.12.0";
  version = "2.12.2";

  src = fetchFromGitHub {
    owner = "docker";
    repo = "compose";
    rev = "v${version}";
    sha256 = "sha256-AwoWCaACq2s9rzvvpAx3GZd3oSZZPykLwYLUiUhEYfg=";
    sha256 = "sha256-QyxWoq3hGFLm27tba5BL3xcnNCOAmY+rbGBtwREZPJA=";
  };

  postPatch = ''
@@ -16,7 +16,7 @@ buildGoModule rec {
    rm -rf e2e/
  '';

  vendorSha256 = "sha256-C7VgcbDB18dF+u422AFAfoICxGmqjREbOpUXrFlgmiM=";
  vendorSha256 = "sha256-QlzneikTMBUpKJiyVrN+A6CctsVvdoTOOMDjJqIF3a8=";

  ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ];