File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
param (
2
2
[string ] $Name = ' nv-codec-headers' ,
3
- [string ] $Version = ' 13.0.19 .0' ,
3
+ [string ] $Version = ' 12.2.72 .0' ,
4
4
[string ] $Uri = ' https://github.com/FFmpeg/nv-codec-headers.git' ,
5
- [string ] $Hash = ' e844e5b26f46bb77479f063029595293aa8f812d ' ,
5
+ [string ] $Hash = ' c69278340ab1d5559c7d7bf0edf615dc33ddbba7 ' ,
6
6
[array ] $Targets = @ (' x64' )
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ autoload -Uz log_debug log_error log_info log_status log_output
2
2
3
3
# # Dependency Information
4
4
local name=' nv-codec-headers'
5
- local version=' 13.0.19 .0'
5
+ local version=' 12.2.72 .0'
6
6
local url=' https://github.com/ffmpeg/nv-codec-headers.git'
7
- local hash=' e844e5b26f46bb77479f063029595293aa8f812d '
7
+ local hash=' c69278340ab1d5559c7d7bf0edf615dc33ddbba7 '
8
8
9
9
# # Dependency Overrides
10
10
local targets=(' windows-x*' )
You can’t perform that action at this time.
0 commit comments