Skip to content

Commit

Permalink
Merge pull request #279562 from r-ryantm/auto-update/mediamtx
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jan 8, 2024
2 parents bc85b73 + 389e820 commit 77e3fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mediamtx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "mediamtx";
version = "1.4.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "bluenviron";
repo = pname;
rev = "v${version}";
hash = "sha256-HdFq48+jpkl3UkfTyyrYllK5WM4ij4Qwqmf1bNstLAY=";
hash = "sha256-bACcjqFHaF7nLT/6bvekdJezPZZoTasGLgR3fshHKkc=";
};

vendorHash = "sha256-Z9lm6Gw8q/6kK3AjF1A6zMryUJaKAO9bhXvBoBdlTaM=";
vendorHash = "sha256-H2ykDu54omxIkztZlcKUmRrJniFQitDEKviOCbJs1K0=";

# Tests need docker
doCheck = false;
Expand Down

0 comments on commit 77e3fa9

Please sign in to comment.