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

earthly: 0.7.19 -> 0.7.21
This commit is contained in:
OTABI Tomoya 2023-10-27 18:20:59 +09:00 committed by GitHub
commit 2980695583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.7.19";
version = "0.7.21";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-Qs2Ik559KOhkwTSaEoYLqy4m9y/mRp7XThArKOkH3uI=";
hash = "sha256-ts+XSPRkDQElyM8nr6Vtf8Ov6C5OoiIhMNnFv6YA2bw=";
};
vendorHash = "sha256-h3/FmhcXwRvDoOwJ643ze3GrV13tIhnnIMynQgf5emg=";
vendorHash = "sha256-/ZHoi5aHJ79kjUgbFKBVHDZyVyCdFfY/fJDrHdUmuUE=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;