earthly: 0.7.15 -> 0.7.17

This commit is contained in:
Aaron Jheng 2023-08-31 10:17:16 +08:00
parent 020300a756
commit 851f794052
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.7.15";
version = "0.7.17";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-cCN63eHfYAsCcvRU+hAH+dZJHlmBu7MitvrjGB/qzMU=";
hash = "sha256-JkZVuOlN9lDTdJ2076+STLU+UcoAAmWdqsBDGMtUJyw=";
};
vendorHash = "sha256-8t7nWVItX9OPo6fsJuzo+w6ZyVcsqwi2e7HE2nqyYck=";
vendorHash = "sha256-R3UxfshCAca73xRnjen5Dg8/gbTrTpZsz9HB18/MxEQ=";
subPackages = [ "cmd/earthly" "cmd/debugger" ];
CGO_ENABLED = 0;