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

earthly: 0.8.3 -> 0.8.4
This commit is contained in:
Nikolay Korotkiy 2024-02-23 00:03:03 +04:00 committed by GitHub
commit ef602e9355
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.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-xjehcMm7lW0t65j0hQxbqmMWt1uuK8I4/MB7mjr+axw=";
hash = "sha256-8grH07Vt6mrsKJ8FsG1yZcfLv5R8UIEBu19f1kal7Us=";
};
vendorHash = "sha256-NNOUo2X2rwvKRP/zgmTexyXFDNT/LO/kE4HiKwFWQUw=";
vendorHash = "sha256-zYueMiU3eL2vb2fn1dMkbfge+jZzM3Ry/AeLJerlMFg=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;