cloudflare-warp: 2024.4.133 -> 2024.6.497 (#336116)

This commit is contained in:
Stig 2024-09-06 14:31:09 +02:00 committed by GitHub
commit 566b329c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,13 @@
, makeDesktopItem
, makeWrapper
, nftables
, nss
, openssl_3_2
}:
stdenv.mkDerivation rec {
pname = "cloudflare-warp";
version = "2024.4.133";
version = "2024.6.497";
suffix = {
aarch64-linux = "arm64";
@ -22,10 +24,10 @@ stdenv.mkDerivation rec {
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
src = fetchurl {
url = "https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${version}-1_${suffix}.deb";
url = "https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${version}-1_${suffix}.deb";
hash = {
aarch64-linux = "sha256-qua+aL4+yvpTBGCVUS1rzJX1KZ3DeaW9Bce9lYWvWOM=";
x86_64-linux = "sha256-xZhyYDMjcv8SLfYwclvWBqPDETbeaxiA6jFCg3Nv5gc=";
aarch64-linux = "sha256-j0D1VcPCJpp0yoK6GjuKKwTVNEqKgr9+6X1AfBbsXAg=";
x86_64-linux = "sha256-y+1TQ/QzzjkorSscB2+QBYR81IowKWcgSoUm1Nz9Gts=";
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
};
@ -40,6 +42,8 @@ stdenv.mkDerivation rec {
dbus
gtk3
libpcap
openssl_3_2
nss
stdenv.cc.cc.lib
];