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

earthly: 0.6.13 -> 0.6.14
This commit is contained in:
Ryan Mulligan 2022-04-29 10:20:33 -07:00 committed by GitHub
commit 02f2d601a0
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.13";
version = "0.6.14";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-xOsLFFa6OsfdXOjYZBV71gafaAAX9PfMokppMKJzlZg=";
sha256 = "sha256-1zJPtx+W+UuH+upun1o9f3ofieahTsb4bSuznPhIYnw=";
};
vendorSha256 = "sha256-2bOaJdK12qGjjVtoBp3LeSyIiFwm4ZvxNI5yR0HriXI=";