ustreamer: 4.11 -> 5.17

This commit is contained in:
R. Ryantm 2022-08-02 04:19:40 +00:00
parent ec9cb32147
commit c4b4d40461

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "4.11";
version = "5.17";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
sha256 = "sha256-MTzlhnnDVZzS3lnYe3P/Hi6pi6f4B0+ejmDwV0f9juI=";
sha256 = "sha256-l0O7iuqXJTGcODPk0BzWXr8GbJJOcAeAHyo147WMnjk=";
};
buildInputs = [ libbsd libevent libjpeg ];