mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
speedtest-cli: align attrname with pkgname
This commit is contained in:
parent
2f061ff16b
commit
ea6a9a2281
@ -5070,7 +5070,7 @@ let
|
||||
|
||||
sparse = callPackage ../development/tools/analysis/sparse { };
|
||||
|
||||
speedtest_cli = callPackage ../tools/networking/speedtest-cli { };
|
||||
speedtest-cli = callPackage ../tools/networking/speedtest-cli { };
|
||||
|
||||
spin = callPackage ../development/tools/analysis/spin { };
|
||||
|
||||
@ -13608,6 +13608,7 @@ let
|
||||
youtubeDL = youtube-dl; # added 2014-10-26
|
||||
rdiff_backup = rdiff-backup; # added 2014-11-23
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
speedtest_cli = speedtest-cli; # added 2015-02-17
|
||||
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
||||
nfsUtils = nfs-utils; # added 2014-12-06
|
||||
buildbotSlave = buildbot-slave; # added 2014-12-09
|
||||
|
Loading…
Reference in New Issue
Block a user