mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
mediamtx: fix version
This commit is contained in:
parent
8a9b163041
commit
7cded0fa37
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||
doCheck = false;
|
||||
|
||||
ldflags = [
|
||||
"-X github.com/aler9/mediamtx/internal/core.version=v${version}"
|
||||
"-X github.com/bluenviron/mediamtx/internal/core.version=v${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue