File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99let
1010 hlsJs = fetchurl {
11- url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.2 /dist/hls.min.js" ;
12- hash = "sha256-5lAT3DQ1tVo0tSV6fmWDWSbB9NVyCduomoENNQX08UM =" ;
11+ url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.6 /dist/hls.min.js" ;
12+ hash = "sha256-/h3dYaJYJLB1VfHXjr2sqjCqZ+c+ngKhEYgmZAgsRlE =" ;
1313 } ;
1414in
1515buildGoModule ( finalAttrs : {
1616 pname = "mediamtx" ;
1717 # check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
18- version = "1.12.3 " ;
18+ version = "1.13.0 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "bluenviron" ;
2222 repo = "mediamtx" ;
2323 tag = "v${ finalAttrs . version } " ;
24- hash = "sha256-2eTvRWFSR6sXnUJJPKvzQhSqbg1Unh8QuxmyixAw8Cc =" ;
24+ hash = "sha256-/ngWlUKhvRJEb3JN5yUFVziMPxo/YY8CiN2UBJUglqs =" ;
2525 } ;
2626
27- vendorHash = "sha256-CdJS+RebJA6CpOo6YLlTpCXzE0eWSAnWzVXECvgMBvc =" ;
27+ vendorHash = "sha256-LBxE2X1aJPoK/e5Z9Rw9XTjucYOj/bdDUVsPbRDiVOE =" ;
2828
2929 postPatch = ''
3030 cp ${ hlsJs } internal/servers/hls/hls.min.js
You can’t perform that action at this time.
0 commit comments