Skip to content

Commit fc85118

Browse files
authored
go2rtc: 1.9.8 -> 1.9.9 (#388617)
2 parents ce1270a + c95a630 commit fc85118

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.8";
8+
version = "1.9.9";
99

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

17-
vendorHash = "sha256-6QVqBTWI2BJFttWbHHjfSztvOx2oyk7ShxAZmz51oVI=";
17+
vendorHash = "sha256-BU31vb+qhMQtO9PXUjrQP3mEA0iOTEK/ZYXW6jL0UNo=";
1818

1919
env.CGO_ENABLED = 0;
2020

0 commit comments

Comments
 (0)