Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

go2rtc: 1.8.1 -> 1.8.2

https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.2

+3 -3
+3 -3
pkgs/tools/video/go2rtc/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "go2rtc"; 8 - version = "1.8.1"; 8 + version = "1.8.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "AlexxIT"; 12 12 repo = "go2rtc"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-h63Z6y0dMZQaNvnx3fzd/sA2K7cO5h6wHpMkbQVfHLA="; 14 + hash = "sha256-3cWhASwOgSovApNT/MUbhHhmp/o4k3ckgfcSFwJJqI8="; 15 15 }; 16 16 17 - vendorHash = "sha256-GRjadpgIryeMhWfmdzSWKH694cgDp9lfD0RRjuPrYqE="; 17 + vendorHash = "sha256-SV4sMDgUv6Ci0aC7wsam7ftqMSpFwsMGkC9qLpR+O68="; 18 18 19 19 buildFlagArrays = [ 20 20 "-trimpath"