Skip to content

Commit 5e1cc48

Browse files
authored
mullvad-vpn: 2024.6 -> 2024.7 (#356825)
2 parents f4a5f01 + 0ce0839 commit 5e1cc48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/applications/networking/mullvad-vpn/default.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let
6464
systemd
6565
];
6666

67-
version = "2024.6";
67+
version = "2024.7";
6868

6969
selectSystem = attrs: attrs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
7070

@@ -74,8 +74,8 @@ let
7474
};
7575

7676
hash = selectSystem {
77-
x86_64-linux = "sha256-paP9W23AbA9O4MiTdF5r7N50GgT4xu2vb9ktfBdPqDM=";
78-
aarch64-linux = "sha256-5FRPjiLyWDe7RNlhkiF4NUaCxVkfXZbxeoQxNAAls/I=";
77+
x86_64-linux = "sha256-l6uWrOzMzn8bF5iZzfa/xffLIvAPsCaLwzcRPRW3t0o=";
78+
aarch64-linux = "sha256-/RLTjhkiH9WdYO56njnxQyJ0nSaAq/awrkm0NhctFZY=";
7979
};
8080
in
8181

@@ -136,7 +136,8 @@ stdenv.mkDerivation {
136136
changelog = "https://github.com/mullvad/mullvadvpn-app/blob/${version}/CHANGELOG.md";
137137
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
138138
license = licenses.gpl3Only;
139-
platforms = [ "x86_64-linux" "aarch64-linux" ];
139+
platforms = platforms.unix ;
140+
badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
140141
maintainers = with maintainers; [ Br1ght0ne ymarkus ataraxiasjel ];
141142
};
142143

0 commit comments

Comments
 (0)