Merge pull request #320992 from LostAttractor/upd/cloudflared

cloudflared: 2024.4.1 -> 2024.6.1
This commit is contained in:
Nick Cao 2024-06-30 09:53:58 -04:00 committed by GitHub
commit e7be37e229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2024.4.1";
version = "2024.6.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-rDw25kFiD16xma/LozGjlc/Tm6hoRYzHs8spTk6HU6Y=";
hash = "sha256-hgZ9+ltS7y5nOPdGFnql4KzgBXh5zgAfXLJy8REOY8o=";
};
vendorHash = null;

View File

@ -4552,14 +4552,14 @@ with pkgs;
cloudflared = callPackage ../applications/networking/cloudflared {
# https://github.com/cloudflare/cloudflared/issues/1151#issuecomment-1888819250
buildGoModule = buildGoModule.override {
go = go_1_21.overrideAttrs {
go = go_1_22.overrideAttrs {
pname = "cloudflare-go";
version = "0-unstable-2023-12-06";
version = "1.22.2-devel-cf";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "go";
rev = "34129e47042e214121b6bbff0ded4712debed18e";
sha256 = "sha256-RA9KTY4cSxIt7dyJgAFQPemc6YBgcSwc/hqB4JHPxng=";
rev = "ec0a014545f180b0c74dfd687698657a9e86e310";
sha256 = "sha256-oQQ9Jyh8TphZSCaHqaugTL7v0aeZjyOdVACz86I2KvU=";
};
};
};