earthly: 0.6.7 -> 0.6.8

This commit is contained in:
R. Ryantm 2022-02-18 05:51:04 +00:00
parent 94f61e4c82
commit d5a8b465f0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "earthly";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-H+gIN3I0qC2UeBow2N6KjECFiroeZACvrS3vo8+H6jY=";
sha256 = "sha256-VXBDgBcByONEOznUVbzxySE7rcevIwCk8rVxRxhF0Gc=";
};
vendorSha256 = "sha256-6lzusbfedDJESJIxsTVGoRnjdtPnMSDdL2OjXIFFL04=";