go2rtc: 1.6.0 -> 1.6.2
https://github.com/AlexxIT/go2rtc/releases/tag/v1.6.1 https://github.com/AlexxIT/go2rtc/releases/tag/v1.6.2
This commit is contained in:
parent
a8ba422f71
commit
c7c2ee938a
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go2rtc";
|
pname = "go2rtc";
|
||||||
version = "1.6.0";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlexxIT";
|
owner = "AlexxIT";
|
||||||
repo = "go2rtc";
|
repo = "go2rtc";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-QRyzhNGdE7aGXyPxznA0FuVazu96Rd6NiiG1GHjN2ns=";
|
hash = "sha256-LKaVspv9R2N7og+3gb/vZuiWzWt1w+LEQ1Sk737+O7c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-C2bRSzLp86aMF3UIGJ2G5WXvUaLjyhqzPsQkDSI0qb0=";
|
vendorHash = "sha256-C2bRSzLp86aMF3UIGJ2G5WXvUaLjyhqzPsQkDSI0qb0=";
|
||||||
|
|
Loading…
Reference in a new issue