aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-18 04:15:58 -0700
committerFuwn <[email protected]>2024-09-18 04:15:58 -0700
commite61a1469fb2da85f15ff9b4186a12c3ed7346b65 (patch)
treefa6272640c40341a23be9aec04e9852d22f9d4ac /pkgs
parentfeat(pkgs): bump zen-browser-bin (diff)
downloadtsutsumi-e61a1469fb2da85f15ff9b4186a12c3ed7346b65.tar.xz
tsutsumi-e61a1469fb2da85f15ff9b4186a12c3ed7346b65.zip
feat(pkgs): bump pia
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/private-internet-access.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/pkgs/private-internet-access.nix b/pkgs/private-internet-access.nix
index 251c1e4..60fcec8 100644
--- a/pkgs/private-internet-access.nix
+++ b/pkgs/private-internet-access.nix
@@ -6,7 +6,7 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "private-internet-access";
- version = "3.5.7";
+ version = "3.6.1";
unpackPhase = "true";
nativeBuildInputs = [
@@ -15,17 +15,13 @@ stdenvNoCC.mkDerivation rec {
];
src = pkgs.fetchurl {
- url = "https://installers.privateinternetaccess.com/download/pia-linux-${version}-08120.run";
- hash = "sha256-QVlIGqSXerSwZtqeLvjmQS/p7Z1JJIPWQLWQj+ZA6/g=";
+ url = "https://installers.privateinternetaccess.com/download/pia-linux-${version}-08339.run";
+ hash = "sha256-bxTGPHt/vF50guovtCOBr63m3IvPmBZjKBOt+hEsphM=";
};
buildInputs = with pkgs; [
- bash
- coreutils
- libGL
- libsForQt5.qt5.full
- libsForQt5.qt5.qtgamepad
- libsForQt5.qt5.qtremoteobjects
+ qt6.full
+ libcap_ng
];
installPhase = ''