go2rtc: 1.9.11 -> 1.9.12
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go2rtc";
|
pname = "go2rtc";
|
||||||
version = "1.9.11";
|
version = "1.9.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlexxIT";
|
owner = "AlexxIT";
|
||||||
repo = "go2rtc";
|
repo = "go2rtc";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-MJb88RwASZnURnqb8nmCKvf8G3VW+Vd1JlNtbh7i/Ps=";
|
hash = "sha256-NM8xH3HpfHOWVcOEM/bcWIwBSeKNLqhNfFTXE75xjH8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-iOMIbeNh2+tNSMc5BR2h29a7uAru9ER/tPBI59PeeDY=";
|
vendorHash = "sha256-iOMIbeNh2+tNSMc5BR2h29a7uAru9ER/tPBI59PeeDY=";
|
||||||
|
|||||||
Reference in New Issue
Block a user