mullvad-vpn: 2021.5 -> 2021.6

This commit is contained in:
Daniel Ebbert 2021-12-10 12:38:06 +01:00
parent c7b1cff390
commit 6102d0bada
No known key found for this signature in database
GPG Key ID: 32D0FE6A4E97B0F4

View File

@ -33,6 +33,7 @@ let deps = [
xorg.libXrender
xorg.libXtst
xorg.libxcb
xorg.libxshmfence
nspr
nss
systemd
@ -42,11 +43,11 @@ in
stdenv.mkDerivation rec {
pname = "mullvad-vpn";
version = "2021.5";
version = "2021.6";
src = fetchurl {
url = "https://github.com/mullvad/mullvadvpn-app/releases/download/${version}/MullvadVPN-${version}_amd64.deb";
sha256 = "186va4pllimmcqnlbry5ni8gi8p3mbpgjf7sdspmhy2hlfjvlz47";
sha256 = "0vpahryw4hm1k9p4vang84ji88znz67s7wxnwqndf02a627n7fcm";
};
nativeBuildInputs = [