tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
arkade: 0.10.13 -> 0.10.15
R. Ryantm
2 years ago
6a7dc477
b606ebb3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
arkade
default.nix
+2
-2
pkgs/applications/networking/cluster/arkade/default.nix
···
7
7
8
8
buildGoModule rec {
9
9
pname = "arkade";
10
10
-
version = "0.10.13";
10
10
+
version = "0.10.15";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "alexellis";
14
14
repo = "arkade";
15
15
rev = version;
16
16
-
hash = "sha256-DhMoNI1eRzP9FK752Z8sAcuj5dpu2vRqXRv4tbSYmLE=";
16
16
+
hash = "sha256-1r/f3CoTaOA2ZfM9UBGftZDZdCL9JIrs6SvaSO8BI6w=";
17
17
};
18
18
19
19
CGO_ENABLED = 0;