Unverified Commit 1bde115d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267860 from mfrw/mfrw/docker-compose-2.23.1

docker-compose: 2.23.0 -> 2.23.1
parents 7c73f01e be7cbe0e
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.23.0";
  version = "2.23.1";

  src = fetchFromGitHub {
    owner = "docker";
    repo = "compose";
    rev = "v${version}";
    hash = "sha256-17TlUQNv/L+LZYF8vub2nI5TVF66OqTA8PrjEYjkz5o=";
    hash = "sha256-g8XaMvKt3tR7a7kq+n4ueDXx9iWuAu02ONb73W23ZGY=";
  };

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

  vendorHash = "sha256-zBogjMaVkLum1rQVEd+Rw8lRCNC/Dhi7cuz4YH3eCcg=";
  vendorHash = "sha256-BeW39XN1CvPCCq4otX+Il2dGGcjGrTMzc4iSXmQZFmw=";

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