summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorEirik Wittersø <eirikw@live.no>2023-10-28 00:25:35 +0200
committerEmery Hemingway <ehmry@posteo.net>2023-10-28 11:32:10 +0100
commit2fd6af1929acc4cd2e0da827f016dd988eb66e5f (patch)
treea3e7333308c0241ac109dbfb311da1429a0bd242 /pkgs/test
parent9b3fcd484c1d233b7411b944f76a5e287a94bfbb (diff)
downloadnixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar.gz
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar.bz2
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar.lz
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar.xz
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.tar.zst
nixpkgs-2fd6af1929acc4cd2e0da827f016dd988eb66e5f.zip
fetchFromBittorrent: Rename to fetchtorrent
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 4cc9ecc0db3..595c3413d5e 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -104,7 +104,7 @@ with pkgs;
   cc-multilib-clang = callPackage ./cc-wrapper/multilib.nix { stdenv = clangMultiStdenv; };
 
   fetchurl = callPackages ../build-support/fetchurl/tests.nix { };
-  fetchFromBittorrent = callPackages ../build-support/fetchbittorrent/tests.nix { };
+  fetchtorrent = callPackages ../build-support/fetchtorrent/tests.nix { };
   fetchpatch = callPackages ../build-support/fetchpatch/tests.nix { };
   fetchpatch2 = callPackages ../build-support/fetchpatch/tests.nix { fetchpatch = fetchpatch2; };
   fetchDebianPatch = callPackages ../build-support/fetchdebianpatch/tests.nix { };