ustreamer: 5.48 -> 6.4

This commit is contained in:
R. Ryantm 2024-03-18 02:46:00 +00:00
parent 44c455bfb6
commit 6a9950d330
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "5.48";
version = "6.4";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
hash = "sha256-R1HL8tYFDtHrxArcoJwlM0Y7MbSyNxNiZ2tjyh1OCn4=";
hash = "sha256-pTfct+nki1t7ltCUnxSyOkDocSr2pkoqOldkECtNfDU=";
};
buildInputs = [ libbsd libevent libjpeg ];