Merge pull request #150235 from r-ryantm/auto-update/docker-compose

docker-compose_2: 2.0.1 -> 2.2.2
This commit is contained in:
Jörg Thalheim 2021-12-11 13:00:59 +00:00 committed by GitHub
commit 1b11583dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "docker-compose";
version = "2.0.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "docker";
repo = "compose";
rev = "v${version}";
sha256 = "sha256-6OjA3f6c9s/86UPxy9EqLIc/0ZuW6UhKyQdkM7YoTsU=";
sha256 = "sha256-2wNC3APKbJ3Ug8M3w4nllfWlKTd10W7W/Csq/3xbXAI=";
};
vendorSha256 = "sha256-6h36TZmo0RvB3YzZRmsrs2Fbl+8zPTuL9LxWkuNgRqw=";
vendorSha256 = "sha256-RzAQnuOjT8eMH+rJm+/JrF96PZbCgzDVNPQYUeXPWnY=";
doCheck = false;
installPhase = ''