mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
mediamtx: 1.12.2 -> 1.12.3
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
This commit is contained in:
parent
97fd9de5fa
commit
0554b1dde5
1 changed files with 5 additions and 5 deletions
|
@ -8,23 +8,23 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
hlsJs = fetchurl {
|
hlsJs = fetchurl {
|
||||||
url = "https://cdn.jsdelivr.net/npm/hls.js@v1.5.20/dist/hls.min.js";
|
url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.2/dist/hls.min.js";
|
||||||
hash = "sha256-0BbBIwSW7lnz9bAcFszkzAG1odPTV63sIAyQixMevkk=";
|
hash = "sha256-5lAT3DQ1tVo0tSV6fmWDWSbB9NVyCduomoENNQX08UM=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "mediamtx";
|
pname = "mediamtx";
|
||||||
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
|
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
|
||||||
version = "1.12.2";
|
version = "1.12.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bluenviron";
|
owner = "bluenviron";
|
||||||
repo = "mediamtx";
|
repo = "mediamtx";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-O3Iu9gvCiAVuoJw77MWPyCfuJVcw0E8YWcJBiJq+/Ms=";
|
hash = "sha256-2eTvRWFSR6sXnUJJPKvzQhSqbg1Unh8QuxmyixAw8Cc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-0927IeFIC2rhApPVs5ZIvS3yoDN8Km3tHgrRXnP/wBc=";
|
vendorHash = "sha256-CdJS+RebJA6CpOo6YLlTpCXzE0eWSAnWzVXECvgMBvc=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp ${hlsJs} internal/servers/hls/hls.min.js
|
cp ${hlsJs} internal/servers/hls/hls.min.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue