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 8959d73 + 96ade05 commit 0c943f4Copy full SHA for 0c943f4
pkgs/by-name/go/go2rtc/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "go2rtc";
8
- version = "1.9.7";
+ version = "1.9.8";
9
10
src = fetchFromGitHub {
11
owner = "AlexxIT";
12
repo = "go2rtc";
13
tag = "v${version}";
14
- hash = "sha256-pxKocvnFy1XMrjQ57VAmCnavcBgVPuNqWzT0v5+pWMI=";
+ hash = "sha256-gX1hNm3X0OQdmslQ/2pw0F05TO43YsGtz1yn8bbaxR0=";
15
};
16
17
- vendorHash = "sha256-N8aJmxNQ/p2ddJG9DuIVVjcgzEC6TzD0sz992h3q0RU=";
+ vendorHash = "sha256-6QVqBTWI2BJFttWbHHjfSztvOx2oyk7ShxAZmz51oVI=";
18
19
env.CGO_ENABLED = 0;
20
0 commit comments