NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.22k stars 14.21k forks source link

Update request: mullvad-vpn 2024.6 -> 2024.7 #353798

Open MisileLab opened 2 weeks ago

MisileLab commented 2 weeks ago

Notify maintainers


Note for maintainers: Please tag this issue in your PR.


@Br1ght0ne @ymarkus @AtaraxiaSjel

Add a :+1: reaction to issues you find important.

SigmaSquadron commented 1 week ago

The mullvad-vpn package is Linux-only, and this changelog doesn't seem to include any changes for Linux. Is that right?

MisileLab commented 1 week ago

The mullvad-vpn package is Linux-only, and this changelog doesn't seem to include any changes for Linux. Is that right?

honestly, I want to upgrade it because mullvad gui keeps saying "out of sync"

ymarkus commented 1 week ago

@cole-h @Br1ght0ne @AtaraxiaSjel We should maybe look into fixing the issue of having two different packages for the same software. It seems that like every few months, one of the two packages goes out of sync and breaks something. @MisileLab can you please send me the part of your config where you configure Mullvad? And any mentions of the package in your config. It is very weird to have it out of sync if you just configure it via module... This issue was exactly the same, only that here pkgs.mullvad was not updated.: #321971

MisileLab commented 1 week ago

I looked at that issue, and I found a solution. (I didn't services.mullvad-vpn.package = pkgs.mullvad-vpn;) but I think it is a valid issue. maybe can we make a new issue about this?