earthly: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm 2024-02-22 01:36:17 +00:00
parent 827a4c5ead
commit 2192b78a46

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;