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

earthly: 0.7.23 -> 0.8.0
This commit is contained in:
Mario Rodas 2024-01-23 22:16:36 -05:00 committed by GitHub
commit bc37300fa7
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.7.23";
version = "0.8.0";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-YXfW+O7u97x8YoWLNFSU/OIB9DGsqWEIwUpfvnXySMg=";
hash = "sha256-CB3ybV/jW1l0esSPNA6hBsceVw0UlmyDydz9dLmd3N4=";
};
vendorHash = "sha256-Tr9clCUS7T0295Oxe6wvQN0oXCg1G48rzGXBL3R9TYU=";
vendorHash = "sha256-IU/D//ucQQIb/+M5rN7mtoVqDFmq799b6IoQfjD86Ls=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;