about summary refs log tree commit diff
path: root/pkgs/applications/emulators/dolphin-emu/default.nix
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2022-12-05 18:16:18 +0100
committerRaphael Robatsch <raphael-git@tapesoftware.net>2022-12-07 19:58:55 +0000
commit985c8dbe14eb901dac7abeeeab2df1e321b89f11 (patch)
tree5ff0237fdf6a96b00e079081ae9bc17df8be46ca /pkgs/applications/emulators/dolphin-emu/default.nix
parent100cad48588f8491afad78e7014791ce88f312b2 (diff)
treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu/default.nix')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/default.nix b/pkgs/applications/emulators/dolphin-emu/default.nix
index b27937a6b838e..ad9c470bf4279 100644
--- a/pkgs/applications/emulators/dolphin-emu/default.nix
+++ b/pkgs/applications/emulators/dolphin-emu/default.nix
@@ -24,7 +24,7 @@
 , wxGTK30
 , soundtouch
 , miniupnpc
-, mbedtls
+, mbedtls_2
 , curl
 , lzo
 , sfml
@@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
     wxGTK30
     soundtouch
     miniupnpc
-    mbedtls
+    mbedtls_2
     curl
     lzo
     sfml