Skip to content

Commit 8b1947c

Browse files
r-ryantmmweinelt
authored andcommitted
1 parent 97c1edb commit 8b1947c

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
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "go2rtc";
9-
version = "1.9.12";
9+
version = "1.9.13";
1010

1111
src = fetchFromGitHub {
1212
owner = "AlexxIT";
1313
repo = "go2rtc";
1414
tag = "v${version}";
15-
hash = "sha256-NM8xH3HpfHOWVcOEM/bcWIwBSeKNLqhNfFTXE75xjH8=";
15+
hash = "sha256-/o7cn5VuORl03zwinxmRD0Y0eDToLX1ODTe1LHQSCXQ=";
1616
};
1717

18-
vendorHash = "sha256-iOMIbeNh2+tNSMc5BR2h29a7uAru9ER/tPBI59PeeDY=";
18+
vendorHash = "sha256-PlYL97TSYAzSO5KSBEk4DCdvOZ9YHoTv55P16Mzyzzg=";
1919

2020
env.CGO_ENABLED = 0;
2121

0 commit comments

Comments
 (0)