go2rtc: 1.9.6 -> 1.9.7 (#355472)

This commit is contained in:
Martin Weinelt
2024-11-17 10:42:00 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-Vq0w3JldUVUh4soULyWQI9D2yknkx529n4aAwhpdfdU=";
hash = "sha256-pxKocvnFy1XMrjQ57VAmCnavcBgVPuNqWzT0v5+pWMI=";
};
vendorHash = "sha256-N8aJmxNQ/p2ddJG9DuIVVjcgzEC6TzD0sz992h3q0RU=";