Loading pkgs/development/tools/earthly/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "earthly"; version = "0.8.13"; version = "0.8.14"; src = fetchFromGitHub { owner = "earthly"; repo = "earthly"; rev = "v${version}"; hash = "sha256-CldKyw9VEXMxfrQAUZozjhWZaF5QKIpRQ7l5Scus588="; hash = "sha256-G9AvJMrgb71KxOaYScYOVuYSwubLlSd6a9KhzA8DKlA="; }; vendorHash = "sha256-jbzNzwa69qgySOYOSmzVC70Beqy7SGOo9I1xSBLAdfc="; vendorHash = "sha256-Uy/h6TBmDYHSewq3TbchLe+AtdvO2xNSp9pVDglRKVc="; subPackages = [ "cmd/earthly" "cmd/debugger" ]; CGO_ENABLED = 0; Loading Loading
pkgs/development/tools/earthly/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "earthly"; version = "0.8.13"; version = "0.8.14"; src = fetchFromGitHub { owner = "earthly"; repo = "earthly"; rev = "v${version}"; hash = "sha256-CldKyw9VEXMxfrQAUZozjhWZaF5QKIpRQ7l5Scus588="; hash = "sha256-G9AvJMrgb71KxOaYScYOVuYSwubLlSd6a9KhzA8DKlA="; }; vendorHash = "sha256-jbzNzwa69qgySOYOSmzVC70Beqy7SGOo9I1xSBLAdfc="; vendorHash = "sha256-Uy/h6TBmDYHSewq3TbchLe+AtdvO2xNSp9pVDglRKVc="; subPackages = [ "cmd/earthly" "cmd/debugger" ]; CGO_ENABLED = 0; Loading