tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mediamtx: 1.7.0 -> 1.8.0
authored by
R. Ryantm
and committed by
tomf
2 years ago
5dd187f3
78b67db7
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
mediamtx
default.nix
+3
-3
pkgs/servers/mediamtx/default.nix
···
14
buildGoModule rec {
15
pname = "mediamtx";
16
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
17
-
version = "1.7.0";
18
19
src = fetchFromGitHub {
20
owner = "bluenviron";
21
repo = pname;
22
rev = "v${version}";
23
-
hash = "sha256-i4tuGlRW5/HZobeSsgzWjHxIxZKB0cZIJcJyD0O/eIY=";
24
};
25
26
-
vendorHash = "sha256-RWHu6VuL9RmmAS1CyInXVbn3dxU6yTAze92C19Fm6gM=";
27
28
postPatch = ''
29
cp ${hlsJs} internal/servers/hls/hls.min.js
···
14
buildGoModule rec {
15
pname = "mediamtx";
16
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
17
+
version = "1.8.0";
18
19
src = fetchFromGitHub {
20
owner = "bluenviron";
21
repo = pname;
22
rev = "v${version}";
23
+
hash = "sha256-IIm+ZJYHGEfT+mvyq84L5hnkUPX784gjJUMzkE5kbaE=";
24
};
25
26
+
vendorHash = "sha256-GGyacAN9Vs0SsLO7ZfyfOXznTJZg1V13DJucfzUGA/Q=";
27
28
postPatch = ''
29
cp ${hlsJs} internal/servers/hls/hls.min.js