We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4df8a4f + 9fb3d2e commit fcc6f72Copy full SHA for fcc6f72
pkgs/by-name/me/mediamtx/package.nix
@@ -15,16 +15,16 @@ in
15
buildGoModule rec {
16
pname = "mediamtx";
17
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
18
- version = "1.10.0";
+ version = "1.11.0";
19
20
src = fetchFromGitHub {
21
owner = "bluenviron";
22
repo = pname;
23
rev = "v${version}";
24
- hash = "sha256-nz+8soxZ6lyc0saB4U3tDsTtqA0kV886M95cA3Gn3R0=";
+ hash = "sha256-WpMFP88MLpftfPn6DP2QM7oSRNwDAIC35/imrznLVA8=";
25
};
26
27
- vendorHash = "sha256-Csa8G+ji/OoTItu3XbGOySqmNMVdr7QqE8SNCba8cbI=";
+ vendorHash = "sha256-yOeenOYV2MztEfhwxIkmbxn40XhYNZMMTm+kcR7TAtc=";
28
29
postPatch = ''
30
cp ${hlsJs} internal/servers/hls/hls.min.js
0 commit comments