Merge pull request #244940 from mweinelt/go2rtc-1.6.2

go2rtc: 1.6.0 -> 1.6.2
This commit is contained in:
Mario Rodas 2023-07-24 10:25:39 -05:00 committed by GitHub
commit aee9bf8a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.6.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-QRyzhNGdE7aGXyPxznA0FuVazu96Rd6NiiG1GHjN2ns=";
hash = "sha256-LKaVspv9R2N7og+3gb/vZuiWzWt1w+LEQ1Sk737+O7c=";
};
vendorHash = "sha256-C2bRSzLp86aMF3UIGJ2G5WXvUaLjyhqzPsQkDSI0qb0=";