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

earthly: 0.8.4 -> 0.8.5
This commit is contained in:
Weijia Wang 2024-03-12 15:24:42 +01:00 committed by GitHub
commit 3f86dedcc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-8grH07Vt6mrsKJ8FsG1yZcfLv5R8UIEBu19f1kal7Us=";
hash = "sha256-vNgRI/LQZPILwYdIGk6BB+Yb36rEHv6kHZARq0+TF9Q=";
};
vendorHash = "sha256-zYueMiU3eL2vb2fn1dMkbfge+jZzM3Ry/AeLJerlMFg=";
vendorHash = "sha256-14aaGrEJBdSo1hZf37xUO2S/q6YlaSqJuQCzP/PVkr8=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;