cloudflare-warp: 2024.12.554 -> 2025.1.861
Changelog: https://github.com/cloudflare/cloudflare-docs/commit/f416dafb58bbd9d73c3161810cc1996e08d241e7 This diff is generated with following command ```bash nix-shell ./maintainers/scripts/update.nix --argstr package cloudflare-warp ```
This commit is contained in:
@@ -23,15 +23,15 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2024.12.554";
|
||||
version = "2025.1.861";
|
||||
sources = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${version}.0_amd64.deb";
|
||||
hash = "sha256-8FMDVUoAYInXVJ5mwpPpUxECAN8safiHetM03GJTmTg=";
|
||||
hash = "sha256-9Y1mBKS74x1F3OEusqvm7W8RoJnfBHnXTtwbFVfhjc4=";
|
||||
};
|
||||
aarch64-linux = fetchurl {
|
||||
url = "https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${version}.0_arm64.deb";
|
||||
hash = "sha256-FdT7C5ltqCXdVToIFdEgMKVpvCf6PVcvTpvMTCJj5vc=";
|
||||
hash = "sha256-WM9c17t5rJDdGeMP17k/eZx4knLHd+MbkleIF1mNA4A=";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user