go2rtc: 1.6.2 -> 1.7.0

This commit is contained in:
R. Ryantm
2023-09-10 02:48:51 +02:00
committed by Martin Weinelt
parent 6812ad7a21
commit f1e11899de
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.6.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-LKaVspv9R2N7og+3gb/vZuiWzWt1w+LEQ1Sk737+O7c=";
hash = "sha256-o4sxVvDQfJELlA1addsvojkosGMx+/5jrGqPfeYtPUs=";
};
vendorHash = "sha256-C2bRSzLp86aMF3UIGJ2G5WXvUaLjyhqzPsQkDSI0qb0=";
vendorHash = "sha256-Nv89Fo88bzLrG7PbaGEBM52N81WmGoCiogZNB/FsrcA=";
buildFlagArrays = [
"-trimpath"