Loading pkgs/by-name/me/mediamtx/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -8,23 +8,23 @@ let hlsJs = fetchurl { url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.9/dist/hls.min.js"; hash = "sha256-GObcOPuwxxMg0WOtl5BahSg9A3ds1IcCP+DPGZ8c27I="; url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.12/dist/hls.min.js"; hash = "sha256-z9adeEMx2bwAw7qDIPG+vRM/AQJ/zAJl0i4vaycHHaM="; }; in buildGoModule (finalAttrs: { pname = "mediamtx"; # check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION version = "1.14.0"; version = "1.15.0"; src = fetchFromGitHub { owner = "bluenviron"; repo = "mediamtx"; tag = "v${finalAttrs.version}"; hash = "sha256-I1oKzovSv6hf2/lr2E5pRSqHV/pVoskNwn+gHRz8yv8="; hash = "sha256-omeaOAhH4adNpA0VXxcZkre3tGZUwHxBrIT85X3D+n0="; }; vendorHash = "sha256-5wSdbg7EAdvCUfIKxuX1aGihzHcwFM6Fiu/3eU1dMEY="; vendorHash = "sha256-YSH8cu7+LIsJ3/o2FYBYlnc6adORJdzhCqQVH0252Ec="; postPatch = '' cp ${hlsJs} internal/servers/hls/hls.min.js Loading Loading
pkgs/by-name/me/mediamtx/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -8,23 +8,23 @@ let hlsJs = fetchurl { url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.9/dist/hls.min.js"; hash = "sha256-GObcOPuwxxMg0WOtl5BahSg9A3ds1IcCP+DPGZ8c27I="; url = "https://cdn.jsdelivr.net/npm/hls.js@v1.6.12/dist/hls.min.js"; hash = "sha256-z9adeEMx2bwAw7qDIPG+vRM/AQJ/zAJl0i4vaycHHaM="; }; in buildGoModule (finalAttrs: { pname = "mediamtx"; # check for hls.js version updates in internal/servers/hls/hlsjsdownloader/VERSION version = "1.14.0"; version = "1.15.0"; src = fetchFromGitHub { owner = "bluenviron"; repo = "mediamtx"; tag = "v${finalAttrs.version}"; hash = "sha256-I1oKzovSv6hf2/lr2E5pRSqHV/pVoskNwn+gHRz8yv8="; hash = "sha256-omeaOAhH4adNpA0VXxcZkre3tGZUwHxBrIT85X3D+n0="; }; vendorHash = "sha256-5wSdbg7EAdvCUfIKxuX1aGihzHcwFM6Fiu/3eU1dMEY="; vendorHash = "sha256-YSH8cu7+LIsJ3/o2FYBYlnc6adORJdzhCqQVH0252Ec="; postPatch = '' cp ${hlsJs} internal/servers/hls/hls.min.js Loading