We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce1270a + c95a630 commit fc85118Copy full SHA for fc85118
pkgs/by-name/go/go2rtc/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "go2rtc";
8
- version = "1.9.8";
+ version = "1.9.9";
9
10
src = fetchFromGitHub {
11
owner = "AlexxIT";
12
repo = "go2rtc";
13
tag = "v${version}";
14
- hash = "sha256-gX1hNm3X0OQdmslQ/2pw0F05TO43YsGtz1yn8bbaxR0=";
+ hash = "sha256-TUUIEr90ZUMxsuF86CWZVpfo277mnefJ/ofPgwpKhcE=";
15
};
16
17
- vendorHash = "sha256-6QVqBTWI2BJFttWbHHjfSztvOx2oyk7ShxAZmz51oVI=";
+ vendorHash = "sha256-BU31vb+qhMQtO9PXUjrQP3mEA0iOTEK/ZYXW6jL0UNo=";
18
19
env.CGO_ENABLED = 0;
20
0 commit comments