We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fb960 commit d753a00Copy full SHA for d753a00
pkgs/applications/networking/mullvad-vpn/default.nix
@@ -64,7 +64,7 @@ let
64
systemd
65
];
66
67
- version = "2024.6";
+ version = "2024.7";
68
69
selectSystem = attrs: attrs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
70
@@ -74,8 +74,8 @@ let
74
};
75
76
hash = selectSystem {
77
- x86_64-linux = "sha256-paP9W23AbA9O4MiTdF5r7N50GgT4xu2vb9ktfBdPqDM=";
78
- aarch64-linux = "sha256-5FRPjiLyWDe7RNlhkiF4NUaCxVkfXZbxeoQxNAAls/I=";
+ x86_64-linux = "sha256-l6uWrOzMzn8bF5iZzfa/xffLIvAPsCaLwzcRPRW3t0o=";
+ aarch64-linux = "sha256-/RLTjhkiH9WdYO56njnxQyJ0nSaAq/awrkm0NhctFZY=";
79
80
in
81
0 commit comments