diff --git a/deps.windows/60-qrcodegencpp.ps1 b/deps.windows/60-qrcodegencpp.ps1 index b2ee07b57..e07ea211e 100644 --- a/deps.windows/60-qrcodegencpp.ps1 +++ b/deps.windows/60-qrcodegencpp.ps1 @@ -4,7 +4,7 @@ param( [string] $Uri = 'https://github.com/nayuki/QR-Code-generator.git', [string] $Hash = '720f62bddb7226106071d4728c292cb1df519ceb', [string] $UriCMake = 'https://github.com/EasyCoding/qrcodegen-cmake.git', - [string] $HashCMake = 'ea5835f7dca5bcf31dc795b1ac61bdc1f15940a7', + [string] $HashCMake = '0bc38a5c3ce8bc700a7e1b3082a55b82e292530e', [array] $Targets = @('x64') )