go2rtc: 1.8.1 -> 1.8.2

https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.2
This commit is contained in:
Martin Weinelt
2023-11-06 01:59:19 +01:00
parent eecc84500f
commit ac537bf51a
+3 -3
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"