update to fetchtorrent
This commit is contained in:
parent
8bffb0b8df
commit
907442f0e3
|
@ -1,6 +1,6 @@
|
||||||
{ lib, runCommand, fetchFromBittorrent, p7zip}:
|
{ lib, runCommand, fetchtorrent, p7zip}:
|
||||||
let
|
let
|
||||||
torrent = fetchFromBittorrent {
|
torrent = fetchtorrent {
|
||||||
url = "https://archive.org/download/ZELOOTD/ZELOOTD_archive.torrent";
|
url = "https://archive.org/download/ZELOOTD/ZELOOTD_archive.torrent";
|
||||||
hash = "sha256-4CaZ2nv/vnweYwKd/qjfO8se71D1vfH9qhyDH9Aj21E=";
|
hash = "sha256-4CaZ2nv/vnweYwKd/qjfO8se71D1vfH9qhyDH9Aj21E=";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, runCommand, fetchFromBittorrent }:
|
{ lib, runCommand, fetchtorrent }:
|
||||||
let
|
let
|
||||||
torrent = fetchFromBittorrent {
|
torrent = fetchtorrent {
|
||||||
url = "https://archive.org/download/super-mario-64-usa/super-mario-64-usa_archive.torrent";
|
url = "https://archive.org/download/super-mario-64-usa/super-mario-64-usa_archive.torrent";
|
||||||
hash = "sha256-6tkCKQD2modogcTo0ESookWJDm7rjA79t5ZOVz3luYM=";
|
hash = "sha256-6tkCKQD2modogcTo0ESookWJDm7rjA79t5ZOVz3luYM=";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue