Skip to content

Commit fcc6f72

Browse files
authored
mediamtx: 1.10.0 -> 1.11.0 (NixOS#370604)
2 parents 4df8a4f + 9fb3d2e commit fcc6f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/mediamtx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ in
1515
buildGoModule rec {
1616
pname = "mediamtx";
1717
# check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION
18-
version = "1.10.0";
18+
version = "1.11.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "bluenviron";
2222
repo = pname;
2323
rev = "v${version}";
24-
hash = "sha256-nz+8soxZ6lyc0saB4U3tDsTtqA0kV886M95cA3Gn3R0=";
24+
hash = "sha256-WpMFP88MLpftfPn6DP2QM7oSRNwDAIC35/imrznLVA8=";
2525
};
2626

27-
vendorHash = "sha256-Csa8G+ji/OoTItu3XbGOySqmNMVdr7QqE8SNCba8cbI=";
27+
vendorHash = "sha256-yOeenOYV2MztEfhwxIkmbxn40XhYNZMMTm+kcR7TAtc=";
2828

2929
postPatch = ''
3030
cp ${hlsJs} internal/servers/hls/hls.min.js

0 commit comments

Comments
 (0)