Merge pull request #240172 from r-ryantm/auto-update/earthly

earthly: 0.7.8 -> 0.7.9
This commit is contained in:
Weijia Wang 2023-06-27 23:35:53 +03:00 committed by GitHub
commit 2323e88226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.7.8";
version = "0.7.9";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-zLv0wuAM6d84Z2jCf89KDIIqX+Hiiw40g3DnTZxVTYY=";
sha256 = "sha256-KShHkqhPlC5MXHVd81ipacyDxWXyl3xFvWpe+7DHqsM=";
};
vendorHash = "sha256-NUm+vkJsT78pxrPqwDofPlrc6jQMTFjsRF7uPUPhDGQ=";
vendorHash = "sha256-0KAnj/PizBC1obz09EAVWUPO0aFw5QUSTENMd7aIo1Y=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;