tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cloudflared: 2024.4.0 -> 2024.4.1
R. Ryantm
2 years ago
d9f82375
a05b3362
+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
8
buildGoModule rec {
9
pname = "cloudflared";
10
-
version = "2024.4.0";
11
12
src = fetchFromGitHub {
13
owner = "cloudflare";
14
repo = "cloudflared";
15
rev = "refs/tags/${version}";
16
-
hash = "sha256-1/3uj0h9n53j8PnZSHWEyMARsWYxFIqSkGlxS2JXqsM=";
17
};
18
19
vendorHash = null;
···
7
8
buildGoModule rec {
9
pname = "cloudflared";
10
+
version = "2024.4.1";
11
12
src = fetchFromGitHub {
13
owner = "cloudflare";
14
repo = "cloudflared";
15
rev = "refs/tags/${version}";
16
+
hash = "sha256-rDw25kFiD16xma/LozGjlc/Tm6hoRYzHs8spTk6HU6Y=";
17
};
18
19
vendorHash = null;