about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2023-12-17 18:44:38 +0100
committerGitHub <noreply@github.com>2023-12-17 18:44:38 +0100
commit977068ebd002396cd8243410894c188f58d9c4b5 (patch)
treea156119e7fed375a6997fb8d9fdb5dfa908c9748 /pkgs/applications
parent05dcf392debe61f4aa12f1583eb40649c6d0e388 (diff)
parent8a9698b0914775be8a426fe94b83d512571eb06a (diff)
downloadnixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar.gz
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar.bz2
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar.lz
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar.xz
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.tar.zst
nixlib-977068ebd002396cd8243410894c188f58d9c4b5.zip
Merge pull request #274875 from r-ryantm/auto-update/mullvad-vpn
mullvad-vpn: 2023.5 -> 2023.6
Diffstat (limited to 'pkgs/applications')
-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 bd09e6b8be9a..2aa8add652b1 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.5";
+  version = "2023.6";
 
   selectSystem = attrs: attrs.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
@@ -74,8 +74,8 @@ let
   };
 
   hash = selectSystem {
-    x86_64-linux = "sha256-FpVruI80PmpBo2JrMvgvOg7ou6LceTeit9HbWKgcPa4=";
-    aarch64-linux = "sha256-NlYh8K5Xbad4xSoZ02yC5fh3SrQzyNyS9uoA73REcpo=";
+    x86_64-linux = "sha256-IhE93NXX8iwlvso+ei9wbVyJJLtkjrZf8qB43AZre+4=";
+    aarch64-linux = "sha256-HRAGDps0Cf7qOWTS7die9uouxMpAaM83t1Ixz7ElF6g=";
   };
 in