Merge pull request #261207 from r-ryantm/auto-update/go2rtc

go2rtc: 1.7.1 -> 1.8.0
This commit is contained in:
Martin Weinelt 2023-10-15 22:11:48 +02:00 committed by GitHub
commit 4db2aa2acc
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.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-w3yn8Xn09VdbSAnOey9YFW4qf6+h1xmdgYfIcf6Q1lY=";
hash = "sha256-6zENPF4VBNErdjg0W+UwWZKKexYC1soZ45nJa+hSD7M=";
};
vendorHash = "sha256-VI6OODJLKrCvehM4W96Qh3PvZoIM2GlE5cgyvSaCv+8=";