Merge pull request #135271 from r-ryantm/auto-update/rtsp-simple-server

rtsp-simple-server: 0.17.1 -> 0.17.2
This commit is contained in:
Doron Behar
2021-08-23 15:43:38 +00:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rtsp-simple-server";
version = "0.17.1";
version = "0.17.2";
src = fetchFromGitHub {
owner = "aler9";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8g9taSFEprJEEPM0hrbCf5QDE41uVdgVVIWjhfEICpU=";
sha256 = "sha256-z3dT5WtchG3FeWZsqKOPUk9D5G6srr5+DgY0A0nWSzk=";
};
vendorSha256 = "sha256-buQW5jMnHyHc/oYdmfTnoktFRG3V3SNxn7t5mAwmiJI=";