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

earthly: 0.7.7 -> 0.7.8
This commit is contained in:
figsoda 2023-06-09 10:26:41 -04:00 committed by GitHub
commit c64bcaf2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "earthly"; pname = "earthly";
version = "0.7.7"; version = "0.7.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "earthly"; owner = "earthly";
repo = "earthly"; repo = "earthly";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tYoC9OCNAtdQwWyznac5PVl7KLObbFfjs138y5LeQ2A="; sha256 = "sha256-zLv0wuAM6d84Z2jCf89KDIIqX+Hiiw40g3DnTZxVTYY=";
}; };
vendorSha256 = "sha256-1y34WH1JGAs1eDxreHMqUlGTyrixUFIV1DPN/N5wzS4="; vendorHash = "sha256-NUm+vkJsT78pxrPqwDofPlrc6jQMTFjsRF7uPUPhDGQ=";
subPackages = [ "cmd/earthly" "cmd/debugger" ]; subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0; CGO_ENABLED = 0;