lol

Merge pull request #219243 from piperswe/cloudflared-2023.3.0

cloudflared: 2023.2.2 -> 2023.3.0

authored by

Fabian Affolter and committed by
GitHub
e3c73f54 5a90eced

+2 -2
+2 -2
pkgs/applications/networking/cloudflared/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "cloudflared"; 10 - version = "2023.2.2"; 10 + version = "2023.3.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "cloudflare"; 14 14 repo = "cloudflared"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-qZ3h8KZLGSH+sqUs0wof5arKvcps1DdqBnT+coWEiys="; 16 + hash = "sha256-LEK809MswDVwPJ6CuC13Fxb7fvliugixS/NOKBajqKM="; 17 17 }; 18 18 19 19 vendorSha256 = null;