2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 14:48:14 +00:00

go2rtc: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-10-15 13:02:17 +00:00
parent d4e6749f94
commit d74068942b

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=";