Unverified Commit 2f1adfc0 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

rtsp-simple-server: 0.20.0 -> 0.20.1
parents 58ad22ff 3985dc9f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "rtsp-simple-server";
  version = "0.20.0";
  version = "0.20.1";

  src = fetchFromGitHub {
    owner = "aler9";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-egmTcEhfBxUw8fOpcft0Sna7zXxAfI264yZECDpWYQE=";
    hash = "sha256-9tstGrl+5OzHUtoY1OREPT0zTDmUg8JkyzUzraLdAFA=";
  };

  vendorSha256 = "sha256-C8+PVFLpFsowjnwMXwyC9TnNcsb8FEPBcWRgtExO7mw=";
  vendorSha256 = "sha256-tmIM7X6sdeA6h4wAGb1RRgkqIjpcgVNq4oMwHZIB4W8=";

  # Tests need docker
  doCheck = false;