about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOleksii Filonenko <12615679+Br1ght0ne@users.noreply.github.com>2024-04-03 21:18:09 +0300
committerGitHub <noreply@github.com>2024-04-03 21:18:09 +0300
commit630ef904b70bc1baa8f73b2aa28ff5abe1f3b929 (patch)
treedcc9571b3e3281101c0250eeccd30620647632dc
parentc841de7569eb84d531e7a52c8f34099d22cfe521 (diff)
parent2ffca11eb2d5c198334ad3406edb12d2fd6894d7 (diff)
Merge pull request #298436 from r-ryantm/auto-update/mullvad-vpn
mullvad-vpn: 2023.6 -> 2024.1
-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 2aa8add652b17..6c3f30266e146 100644
--- a/pkgs/applications/networking/mullvad-vpn/default.nix
+++ b/pkgs/applications/networking/mullvad-vpn/default.nix
@@ -64,7 +64,7 @@ let
     systemd
   ];
 
-  version = "2023.6";
+  version = "2024.1";
 
   selectSystem = attrs: attrs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
@@ -74,8 +74,8 @@ let
   };
 
   hash = selectSystem {
-    x86_64-linux = "sha256-IhE93NXX8iwlvso+ei9wbVyJJLtkjrZf8qB43AZre+4=";
-    aarch64-linux = "sha256-HRAGDps0Cf7qOWTS7die9uouxMpAaM83t1Ixz7ElF6g=";
+    x86_64-linux = "sha256-io6ROUHoSBij1ah6yi1Gbni6yWVVoYZKUd7BR+GXKLg=";
+    aarch64-linux = "sha256-bzKTASfqjmjyKZecr8MGaChd6g48aQhfpuc+gUqwoPI=";
   };
 in