forked from colonelpanic/dotfiles
[NixOS] Add broken expressvpn overlay
This commit is contained in:
parent
5be1118d72
commit
eede6c0c7f
@ -7,4 +7,11 @@ final: prev: {
|
||||
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
||||
};
|
||||
});
|
||||
|
||||
expressvpn = prev.expressvpn.overrideAttrs(_: {
|
||||
src = prev.fetchurl {
|
||||
url = "https://www.expressvpn.works/clients/linux/expressvpn_3.46.0.7-1_amd64.deb";
|
||||
hash = "sha256-v0rr1s32jj79A8IGfJgSGJVlz7rSnZYn4ealOpqee0w=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user