Skip to content

Commit 0c943f4

Browse files
authored
go2rtc: 1.9.7 -> 1.9.8 (#372234)
2 parents 8959d73 + 96ade05 commit 0c943f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/go2rtc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "go2rtc";
8-
version = "1.9.7";
8+
version = "1.9.8";
99

1010
src = fetchFromGitHub {
1111
owner = "AlexxIT";
1212
repo = "go2rtc";
1313
tag = "v${version}";
14-
hash = "sha256-pxKocvnFy1XMrjQ57VAmCnavcBgVPuNqWzT0v5+pWMI=";
14+
hash = "sha256-gX1hNm3X0OQdmslQ/2pw0F05TO43YsGtz1yn8bbaxR0=";
1515
};
1616

17-
vendorHash = "sha256-N8aJmxNQ/p2ddJG9DuIVVjcgzEC6TzD0sz992h3q0RU=";
17+
vendorHash = "sha256-6QVqBTWI2BJFttWbHHjfSztvOx2oyk7ShxAZmz51oVI=";
1818

1919
env.CGO_ENABLED = 0;
2020

0 commit comments

Comments
 (0)