about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-21 21:14:44 +0800
committerGitHub <noreply@github.com>2024-05-21 21:14:44 +0800
commit24cf45af394c719f5927ab38bf54aeb3681c0cfa (patch)
tree1aa34e0c572827712d90562c6dfcd01499319eea
parent8166a9b229b4fd2c75755b711bb73051a749aeaf (diff)
parentd6c00ca6967f055fe1d5d019e2fdee765c0d4d6e (diff)
Merge pull request #312499 from ajs124/upd/mullvad-vpn
mullvad-vpn: 2024.1 -> 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 7e98a66bdf7dd..cc490ee182aa2 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