Unverified Commit a9a05070 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

docker-compose: 2.33.1 -> 2.34.0 (#389821)

parents 0ec6d16b 90e744fe
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.33.1";
  version = "2.34.0";

  src = fetchFromGitHub {
    owner = "docker";
    repo = "compose";
    rev = "v${version}";
    hash = "sha256-qallG81eGJXrBoC6Ww3Zlq1amovObOGayVzHFTOA0xw=";
    hash = "sha256-AoYm2gRqNgXTc7ksQeSPVo+gTkxaFwhfLhue3Z8a4Wo=";
  };

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

  vendorHash = "sha256-1yIWVuI8+2tmS0gg4kebKiFxQASPVcc6XgFyN3LvXJA=";
  vendorHash = "sha256-ISX+PpjapST9d/rFP0SPlFYyPb5NcwwQT6mhb1H1qEE=";

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