Merge pull request #162408 from flexagoon/mullvad-update

mullvad-vpn: 2021.6 -> 2022.1
This commit is contained in:
Kevin Cox 2022-03-10 15:42:21 -05:00 committed by GitHub
commit 440ac6398e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,11 +43,11 @@ in
stdenv.mkDerivation rec {
pname = "mullvad-vpn";
version = "2021.6";
version = "2022.1";
src = fetchurl {
url = "https://github.com/mullvad/mullvadvpn-app/releases/download/${version}/MullvadVPN-${version}_amd64.deb";
sha256 = "0vpahryw4hm1k9p4vang84ji88znz67s7wxnwqndf02a627n7fcm";
sha256 = "0s12y9j75k59kqkcvfflb1v5p3ny7xgc1m5bd635lvql1bv46c3i";
};
nativeBuildInputs = [