summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
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
parent100cad48588f8491afad78e7014791ce88f312b2 (diff)
treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/default.nix4
-rw-r--r--pkgs/applications/emulators/dolphin-emu/master.nix4
-rw-r--r--pkgs/applications/emulators/dolphin-emu/primehack.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/default.nix b/pkgs/applications/emulators/dolphin-emu/default.nix
index b27937a6b838..ad9c470bf427 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
diff --git a/pkgs/applications/emulators/dolphin-emu/master.nix b/pkgs/applications/emulators/dolphin-emu/master.nix
index eee0213ea12b..17a3049ea4f0 100644
--- a/pkgs/applications/emulators/dolphin-emu/master.nix
+++ b/pkgs/applications/emulators/dolphin-emu/master.nix
@@ -20,7 +20,7 @@
, alsa-lib
, miniupnpc
, enet
-, mbedtls
+, mbedtls_2
, soundtouch
, sfml
, xz
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
hidapi
miniupnpc
enet
- mbedtls
+ mbedtls_2
soundtouch
sfml
xz
diff --git a/pkgs/applications/emulators/dolphin-emu/primehack.nix b/pkgs/applications/emulators/dolphin-emu/primehack.nix
index 93ed03097be9..73a4485af260 100644
--- a/pkgs/applications/emulators/dolphin-emu/primehack.nix
+++ b/pkgs/applications/emulators/dolphin-emu/primehack.nix
@@ -29,7 +29,7 @@
, alsa-lib
, miniupnpc
, enet
-, mbedtls
+, mbedtls_2
, soundtouch
, sfml
, fmt
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
hidapi
miniupnpc
enet
- mbedtls
+ mbedtls_2
soundtouch
sfml
fmt