proton-vpn (darwin): 6.4.0 -> 6.5.0

This commit is contained in:
Gabriel Soldani
2026-06-07 15:41:01 -03:00
parent d35646cf4a
commit a322b0e7ae
+5 -2
View File
@@ -8,13 +8,16 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-vpn";
version = "6.4.0";
version = "6.5.0";
src = fetchurl {
url = "https://github.com/ProtonVPN/ios-mac-app/releases/download/mac%2F${finalAttrs.version}/ProtonVPN_mac_v${finalAttrs.version}.dmg";
hash = "sha256-F5NS7NNqxNJcl7gFaqWtWxBxBbV6Btp7cyyDpegEGLQ=";
hash = "sha256-lB44pIA5AxdcYQ/iccWcqJDOrQkVLRVl0vy1HuPPl8o=";
};
__structuredAttrs = true;
strictDeps = true;
sourceRoot = ".";
nativeBuildInputs = [ _7zz ];