earthly: 0.8.15 -> 0.8.16

This commit is contained in:
R. Ryantm
2025-07-16 21:06:44 +00:00
parent 312f2bea77
commit e5053f731b
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.8.15";
version = "0.8.16";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
hash = "sha256-7yw2SmwWsPBCH0LOaZSruYeZ5qL+njGuExy8+11Ni78=";
hash = "sha256-2+Ya5i6V2QDzHsYR+Ro14u0VWR3wrQJHZRXBatGC8BA=";
};
vendorHash = "sha256-bwNuQPGjAQ9Afa2GuPWrW8ytfIvhsOYFKPt0zyfdZhU=";
vendorHash = "sha256-kEgg7zrT69X4yrsGtLyvnrGQ7+sXaEzdqd4Fz7rpFyg=";
subPackages = [
"cmd/earthly"
"cmd/debugger"