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

earthly: 0.6.7 -> 0.6.8
This commit is contained in:
Mario Rodas 2022-02-19 15:03:30 -05:00 committed by GitHub
commit b2339a11c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";