mullvad: 2024.6 -> 2024.8 and mullvad-vpn: 2024.7 -> 2024.8 (#365361)

This commit is contained in:
Wolfgang Walther
2024-12-22 14:39:04 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -28,14 +28,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "mullvad";
version = "2024.7";
version = "2024.8";
src = fetchFromGitHub {
owner = "mullvad";
repo = "mullvadvpn-app";
rev = version;
fetchSubmodules = true;
hash = "sha256-me0e8Cb1dRrnAeiCmsXiclcDMruVLV3t0eGAM3RU1es=";
hash = "sha256-mDQRIlu1wslgLhYlH87i9yntfPwTd7UQK2c6IoHuIqU=";
};
useFetchCargoVendor = true;
+3 -3
View File
@@ -67,7 +67,7 @@ let
systemd
];
version = "2024.7";
version = "2024.8";
selectSystem =
attrs:
@@ -79,8 +79,8 @@ let
};
hash = selectSystem {
x86_64-linux = "sha256-l6uWrOzMzn8bF5iZzfa/xffLIvAPsCaLwzcRPRW3t0o=";
aarch64-linux = "sha256-/RLTjhkiH9WdYO56njnxQyJ0nSaAq/awrkm0NhctFZY=";
x86_64-linux = "sha256-3PZMgYTPh6cqOG93k9SynFlm9ySH2+4Wivp1j8qnyGE=";
aarch64-linux = "sha256-s0L05dexelJjEzL6dbOqLOHhHPVDpZKb81Zvw5JkTug=";
};
in