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

ustreamer: 5.36 -> 5.37
This commit is contained in:
Jacek Galowicz 2023-04-17 10:19:11 +02:00 committed by GitHub
commit 4b688e6efd
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.36";
version = "5.37";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
sha256 = "sha256-VnqCiEPaBzGN2TL7oXO4T7dcNdGneac/5nFPwRPiJ9c=";
sha256 = "sha256-Ervzk5TNYvo7nHyt0cBN8BMjgJKu2sqeXCltero3AnE=";
};
buildInputs = [ libbsd libevent libjpeg ];