earthly: 0.6.5 -> 0.6.7

This commit is contained in:
R. Ryantm 2022-02-13 18:29:03 +00:00
parent b80f5c6104
commit 2551494d20

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.6.5";
version = "0.6.7";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-drBKpK3iHr+0gfoMHe4stxMbAG6WnA4P0uUoYKq2UCI=";
sha256 = "sha256-H+gIN3I0qC2UeBow2N6KjECFiroeZACvrS3vo8+H6jY=";
};
vendorSha256 = "sha256-FtbSA1YM0/bgKd0ATDG4rqXAmZHPAKNTHGyxeWuvAMo=";
vendorSha256 = "sha256-6lzusbfedDJESJIxsTVGoRnjdtPnMSDdL2OjXIFFL04=";
ldflags = [
"-s" "-w"