earthly: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm 2023-06-09 03:15:33 +00:00
parent a164b42bb3
commit 8d8d9154d7

View file

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