summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-26 13:31:11 +0100
committerGitHub <noreply@github.com>2021-03-26 13:31:11 +0100
commit71c55e53d7a6921ee1646e6585b65270600939ab (patch)
treedc2a01ec9bfa64f54f242ddcc971e4f3158c3f43 /pkgs/applications
parent3bb8ed60d057be78d7b2a515312a30c5ca1bffa9 (diff)
parent021d18ee39fcc2872bb3dcd4abc47ea158364144 (diff)
Merge pull request #117640 from bobrik/ivan/cloudflared-2021.3.3
cloudflared: 2021.2.1 -> 2021.3.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index 6b1df1acf5ad..8310d0584925 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
- version = "2021.2.1";
+ version = "2021.3.3";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
- sha256 = "sha256-kmlyj6Q+OAJ0cKMeWxajPDBm99WpRf+Gpvc+Jy79DCo=";
+ sha256 = "sha256-St2WBdy76OVFlYoY1RGwQj1WsUpPtsL7yX1MFwztKgs=";
};
vendorSha256 = null;