update to fetchtorrent

This commit is contained in:
Daniel Lovbrotte Olsen 2024-09-07 02:29:12 +02:00
parent 8bffb0b8df
commit 907442f0e3
2 changed files with 4 additions and 4 deletions

View File

@ -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=";
};

View File

@ -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=";
};