ustreamer: 5.42 -> 5.45

This commit is contained in:
R. Ryantm 2023-11-16 03:47:56 +00:00
parent 2387a37fa0
commit 8f41079b43

View file

@ -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 ];