go2rtc: 1.8.0 -> 1.8.1

https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.1
This commit is contained in:
Martin Weinelt 2023-10-23 01:44:55 +02:00
parent 9561cb0115
commit 19bb813141
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go2rtc"; pname = "go2rtc";
version = "1.8.0"; version = "1.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AlexxIT"; owner = "AlexxIT";
repo = "go2rtc"; repo = "go2rtc";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-6zENPF4VBNErdjg0W+UwWZKKexYC1soZ45nJa+hSD7M="; hash = "sha256-h63Z6y0dMZQaNvnx3fzd/sA2K7cO5h6wHpMkbQVfHLA=";
}; };
vendorHash = "sha256-VI6OODJLKrCvehM4W96Qh3PvZoIM2GlE5cgyvSaCv+8="; vendorHash = "sha256-GRjadpgIryeMhWfmdzSWKH694cgDp9lfD0RRjuPrYqE=";
buildFlagArrays = [ buildFlagArrays = [
"-trimpath" "-trimpath"