go2rtc: 1.9.11 -> 1.9.12

This commit is contained in:
R. Ryantm
2025-11-16 19:57:19 +00:00
parent 5dec4550e8
commit 36be533fda

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.9.11";
version = "1.9.12";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
tag = "v${version}";
hash = "sha256-MJb88RwASZnURnqb8nmCKvf8G3VW+Vd1JlNtbh7i/Ps=";
hash = "sha256-NM8xH3HpfHOWVcOEM/bcWIwBSeKNLqhNfFTXE75xjH8=";
};
vendorHash = "sha256-iOMIbeNh2+tNSMc5BR2h29a7uAru9ER/tPBI59PeeDY=";