tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
earthly: 0.8.10 -> 0.8.11
R. Ryantm
2 years ago
bb395fef
0f6bec72
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
earthly
default.nix
+3
-3
pkgs/development/tools/earthly/default.nix
···
2
3
buildGoModule rec {
4
pname = "earthly";
5
-
version = "0.8.10";
6
7
src = fetchFromGitHub {
8
owner = "earthly";
9
repo = "earthly";
10
rev = "v${version}";
11
-
hash = "sha256-oChedGnyTGN3do/B38CMEiY5cW7qdiDeUz1FjPeLQNU=";
12
};
13
14
-
vendorHash = "sha256-gKl5SZQ2pxipL918uup62IdaPokJ7q/7xkY4xgXwq8M=";
15
subPackages = [ "cmd/earthly" "cmd/debugger" ];
16
17
CGO_ENABLED = 0;
···
2
3
buildGoModule rec {
4
pname = "earthly";
5
+
version = "0.8.11";
6
7
src = fetchFromGitHub {
8
owner = "earthly";
9
repo = "earthly";
10
rev = "v${version}";
11
+
hash = "sha256-73Ftm5/eGqgjtYcvKcRuHGzKnKYdCJ5WqDBsMSSiMuA=";
12
};
13
14
+
vendorHash = "sha256-Uj7GGRknXtcu64rzS7SSnwQyE84hnGAyiT62vyppDE4=";
15
subPackages = [ "cmd/earthly" "cmd/debugger" ];
16
17
CGO_ENABLED = 0;