Merge pull request #213798 from r-ryantm/auto-update/ustreamer

ustreamer: 5.20 -> 5.36
This commit is contained in:
Jacek Galowicz 2023-01-31 19:40:49 +01:00 committed by GitHub
commit 3d5029ff18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "5.20";
version = "5.36";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
sha256 = "sha256-ZJebLsmoaIxfM8Eenv/r351Kr8XM+wyZUc2TI+oGDxU=";
sha256 = "sha256-VnqCiEPaBzGN2TL7oXO4T7dcNdGneac/5nFPwRPiJ9c=";
};
buildInputs = [ libbsd libevent libjpeg ];