tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cloudflared: 2023.8.2 -> 2023.10.0
R. Ryantm
2 years ago
b4084e4b
c6834335
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cloudflared
default.nix
+2
-2
pkgs/applications/networking/cloudflared/default.nix
···
7
7
8
8
buildGoModule rec {
9
9
pname = "cloudflared";
10
10
-
version = "2023.8.2";
10
10
+
version = "2023.10.0";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "cloudflare";
14
14
repo = "cloudflared";
15
15
rev = "refs/tags/${version}";
16
16
-
hash = "sha256-8khwpGOBSpbAHnKeKFZUrJoE0dgQB3bN6Y/W2gwRfCM=";
16
16
+
hash = "sha256-T+hxNvsckL8PAVb4GjXhnkVi3rXMErTjRgGxCUypwVA=";
17
17
};
18
18
19
19
vendorHash = null;