File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/applications/networking/mullvad-vpn Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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 } ;
8080in
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
You can’t perform that action at this time.
0 commit comments