Merge pull request #265760 from mweinelt/go2rtc-1.8.2

go2rtc: 1.8.1 -> 1.8.2
This commit is contained in:
Martin Weinelt 2023-11-17 02:53:35 +01:00 committed by GitHub
commit 9ccddc99aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-h63Z6y0dMZQaNvnx3fzd/sA2K7cO5h6wHpMkbQVfHLA=";
hash = "sha256-3cWhASwOgSovApNT/MUbhHhmp/o4k3ckgfcSFwJJqI8=";
};
vendorHash = "sha256-GRjadpgIryeMhWfmdzSWKH694cgDp9lfD0RRjuPrYqE=";
vendorHash = "sha256-SV4sMDgUv6Ci0aC7wsam7ftqMSpFwsMGkC9qLpR+O68=";
buildFlagArrays = [
"-trimpath"