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

earthly: 0.8.12 -> 0.8.13
This commit is contained in:
Nick Cao 2024-06-01 09:55:24 -04:00 committed by GitHub
commit 49bf266182
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.12";
version = "0.8.13";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-9yo2LgZ/c23FcZuOxUTlp1CfwFmg6yvhlOsDpY71Pic=";
hash = "sha256-CldKyw9VEXMxfrQAUZozjhWZaF5QKIpRQ7l5Scus588=";
};
vendorHash = "sha256-OuZypIUIUDG1Gipg4RYkQZVUD8+G/U3N2VkbP+rnbkc=";
vendorHash = "sha256-jbzNzwa69qgySOYOSmzVC70Beqy7SGOo9I1xSBLAdfc=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;