about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2022-05-11 10:17:37 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2022-05-11 10:17:37 -0400
commit26d686cc860bf438ee818caaaa01180ada7f8493 (patch)
tree37cb85f5b09b9fd6932bd788b9562beaca9417a4 /pkgs/applications/networking/cloudflared
parente6d7f2b44f26da02a8fe2120bef1bdc1efe08b3e (diff)
cloudflared: 2022.5.0 -> 2022.5.1
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-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 c75c5824283f8..96cddf0f42a00 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2022.5.0";
+  version = "2022.5.1";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    hash   = "sha256-vz0fxSzx0vOpZy6/MVfZ467c9qdHUWZIL5wklTnnBBA=";
+    hash   = "sha256-yv4ulVkc7WX6T287kXecyE6lFlxh4YKAi2UCGkOf/lk=";
   };
 
   vendorSha256 = null;