mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
docker-compose_2: update vendorSha256
This commit is contained in:
parent
45efe8a685
commit
18f7554a51
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-2wNC3APKbJ3Ug8M3w4nllfWlKTd10W7W/Csq/3xbXAI=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-RzAQnuOjT8eMH+rJm+/JrF96PZbCgzDVNPQYUeXPWnY=";
|
||||
vendorSha256 = "sha256-tBm4yPeH02kie77A8KvylfH/wI2OsLyAlUb1zBJgT0g=";
|
||||
|
||||
ldflags = ["-X github.com/docker/compose/v2/internal.Version=${version}"];
|
||||
|
||||
|
|
|
@ -24869,7 +24869,9 @@ with pkgs;
|
|||
afterburn = callPackage ../tools/admin/afterburn {};
|
||||
|
||||
docker-buildx = callPackage ../applications/virtualization/docker/buildx.nix { };
|
||||
docker-compose_2 = callPackage ../applications/virtualization/docker/compose.nix { };
|
||||
docker-compose_2 = callPackage ../applications/virtualization/docker/compose.nix {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
amazon-ecr-credential-helper = callPackage ../tools/admin/amazon-ecr-credential-helper { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue