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