Skip to content

Commit

Permalink
Update mullvad and mullvad-vpn to 2024.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dscottboggs committed Dec 15, 2024
1 parent 3e3e6af commit 21c9c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mullvad/mullvad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/mu/mullvad-vpn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let
systemd
];

version = "2024.7";
version = "2024.8";

selectSystem =
attrs:
Expand All @@ -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

Expand Down

0 comments on commit 21c9c14

Please sign in to comment.