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.7"; version = "0.8.8"; src = fetchFromGitHub { owner = "earthly"; repo = "earthly"; rev = "v${version}"; hash = "sha256-sLOH17OCdA5eOI4KuoVpUrKtLoOVGIzoBeWIOXt2L8k="; hash = "sha256-nvjoHU+LuyZy8NxMRWYMCQlvq5E6va2x16JRDdFI+70="; }; vendorHash = "sha256-896P+KGaoWs0f8LvZMeeJhdtrhti9kMYuNL39/NUWWE="; vendorHash = "sha256-66xN4uUeEFHpI/pAP7akG4YQhbY7ylu8AVOJnx60c7s="; 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.7"; version = "0.8.8"; src = fetchFromGitHub { owner = "earthly"; repo = "earthly"; rev = "v${version}"; hash = "sha256-sLOH17OCdA5eOI4KuoVpUrKtLoOVGIzoBeWIOXt2L8k="; hash = "sha256-nvjoHU+LuyZy8NxMRWYMCQlvq5E6va2x16JRDdFI+70="; }; vendorHash = "sha256-896P+KGaoWs0f8LvZMeeJhdtrhti9kMYuNL39/NUWWE="; vendorHash = "sha256-66xN4uUeEFHpI/pAP7akG4YQhbY7ylu8AVOJnx60c7s="; subPackages = [ "cmd/earthly" "cmd/debugger" ]; CGO_ENABLED = 0; Loading