about summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2024-05-17 20:18:22 +0200
committerajs124 <git@ajs124.de>2024-05-17 20:18:22 +0200
commitd6c00ca6967f055fe1d5d019e2fdee765c0d4d6e (patch)
tree9909438ce93b315b19b4fb09ab932a241fa4ad0d
parent0837fbf227364d79cbae8fff2378125526905cbe (diff)
mullvad-vpn: 2024.1 -> 2024.3
https://github.com/mullvad/mullvadvpn-app/releases/tag/2024.2
https://github.com/mullvad/mullvadvpn-app/releases/tag/2024.3
-rw-r--r--pkgs/applications/networking/mullvad-vpn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mullvad-vpn/default.nix b/pkgs/applications/networking/mullvad-vpn/default.nix
index 6c3f30266e146..efb1abf260c0d 100644
--- a/pkgs/applications/networking/mullvad-vpn/default.nix
+++ b/pkgs/applications/networking/mullvad-vpn/default.nix
@@ -64,7 +64,7 @@ let
     systemd
   ];
 
-  version = "2024.1";
+  version = "2024.3";
 
   selectSystem = attrs: attrs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
@@ -74,8 +74,8 @@ let
   };
 
   hash = selectSystem {
-    x86_64-linux = "sha256-io6ROUHoSBij1ah6yi1Gbni6yWVVoYZKUd7BR+GXKLg=";
-    aarch64-linux = "sha256-bzKTASfqjmjyKZecr8MGaChd6g48aQhfpuc+gUqwoPI=";
+    x86_64-linux = "sha256-LfuLBYGHlVEcVpHSdRSAEf9D7QChRd/fhx8EoCBZbSc=";
+    aarch64-linux = "sha256-7uUgewZ9KVLyMUax6u0R6ZN1YS3L4c43meVqJQD77lA=";
   };
 in