Commit 8f41079b authored by R. RyanTM's avatar R. RyanTM
Browse files

ustreamer: 5.42 -> 5.45

parent 2387a37f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "ustreamer";
  version = "5.42";
  version = "5.45";

  src = fetchFromGitHub {
    owner = "pikvm";
    repo = "ustreamer";
    rev = "v${version}";
    hash = "sha256-V4ScXzZwh3fWCWmeGeb1hce+INYBmf3wtemwNch5FjY=";
    hash = "sha256-2WJXOv15oZRk2doecd+xOURygbX4oGyeMAJiiuiRBi4=";
  };

  buildInputs = [ libbsd libevent libjpeg ];