lol

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

earthly: 0.8.8 -> 0.8.9

authored by

Nick Cao and committed by
GitHub
9735b211 d0d0adb8

+2 -2
+2 -2
pkgs/development/tools/earthly/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "earthly"; 5 - version = "0.8.8"; 5 + version = "0.8.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "earthly"; 9 9 repo = "earthly"; 10 10 rev = "v${version}"; 11 - hash = "sha256-nvjoHU+LuyZy8NxMRWYMCQlvq5E6va2x16JRDdFI+70="; 11 + hash = "sha256-bybWd+7+bbzxg2cXvat9lOZm+JNHaB/MsimAgbpLwuE="; 12 12 }; 13 13 14 14 vendorHash = "sha256-66xN4uUeEFHpI/pAP7akG4YQhbY7ylu8AVOJnx60c7s=";