From 907442f0e3ea5110bdacff007809db7b22665a36 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sat, 7 Sep 2024 02:29:12 +0200 Subject: [PATCH] update to fetchtorrent --- pkgs/oot-debug/default.nix | 4 ++-- pkgs/sm64-us/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/oot-debug/default.nix b/pkgs/oot-debug/default.nix index 0f664c3..2391408 100644 --- a/pkgs/oot-debug/default.nix +++ b/pkgs/oot-debug/default.nix @@ -1,6 +1,6 @@ -{ lib, runCommand, fetchFromBittorrent, p7zip}: +{ lib, runCommand, fetchtorrent, p7zip}: let - torrent = fetchFromBittorrent { + torrent = fetchtorrent { url = "https://archive.org/download/ZELOOTD/ZELOOTD_archive.torrent"; hash = "sha256-4CaZ2nv/vnweYwKd/qjfO8se71D1vfH9qhyDH9Aj21E="; }; diff --git a/pkgs/sm64-us/default.nix b/pkgs/sm64-us/default.nix index e63fa59..19dcd77 100644 --- a/pkgs/sm64-us/default.nix +++ b/pkgs/sm64-us/default.nix @@ -1,6 +1,6 @@ -{ lib, runCommand, fetchFromBittorrent }: +{ lib, runCommand, fetchtorrent }: let - torrent = fetchFromBittorrent { + torrent = fetchtorrent { url = "https://archive.org/download/super-mario-64-usa/super-mario-64-usa_archive.torrent"; hash = "sha256-6tkCKQD2modogcTo0ESookWJDm7rjA79t5ZOVz3luYM="; };