Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 6c4f378

Browse files
committed
update dl links
1 parent 9fc5126 commit 6c4f378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NiceHashMiner/Utils/MinersDownloadManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
namespace NiceHashMiner.Utils {
1616
public static class MinersDownloadManager {
1717
public static DownloadSetup StandardDlSetup = new DownloadSetup(
18-
"https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_3_11.zip",
18+
"https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_3_12.zip",
1919
"bins.zip",
2020
"bin");
2121

2222
public static DownloadSetup ThirdPartyDlSetup = new DownloadSetup(
23-
"https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_3rdparty_1_7_3_6.zip",
23+
"https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_3rdparty_1_7_3_12.zip",
2424
"bins_3rdparty.zip",
2525
"bin_3rdparty");
2626

0 commit comments

Comments
 (0)