mediamtx: 1.9.1 -> 1.9.2 (#347519)
This commit is contained in:
commit
9b37fb72bb
@ -15,26 +15,27 @@ in
|
||||
buildGoModule rec {
|
||||
pname = "mediamtx";
|
||||
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
|
||||
version = "1.9.1";
|
||||
version = "1.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bluenviron";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-DCt0P0DHlWFAQ5i4+7U5+Q2XcCPlSZrlj+Ljcyg/Wj0=";
|
||||
hash = "sha256-aHVSGyrLuLX/RYf1I1dDackmOeU3m24QcwBus4Uly0I=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YKNNQPEdO8K7Lpm/S86GKD3QcNcyvwZSrBspZJMJ78Y=";
|
||||
vendorHash = "sha256-YpwbFCfI2kfmX3nI1G9OGUv5qpZ/JMis5VyUkqsESZA=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${hlsJs} internal/servers/hls/hls.min.js
|
||||
echo "v${version}" > internal/core/VERSION
|
||||
'';
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
# Tests need docker
|
||||
doCheck = false;
|
||||
|
||||
ldflags = [ "-X github.com/bluenviron/mediamtx/internal/core.version=v${version}" ];
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) mediamtx;
|
||||
};
|
@ -26377,8 +26377,6 @@ with pkgs;
|
||||
|
||||
rojo = callPackage ../development/tools/rojo { };
|
||||
|
||||
mediamtx = callPackage ../servers/mediamtx { };
|
||||
|
||||
rtkit = callPackage ../os-specific/linux/rtkit { };
|
||||
|
||||
rt-tests = callPackage ../os-specific/linux/rt-tests { };
|
||||
|
Loading…
Reference in New Issue
Block a user