ustreamer: 6.4 -> 6.12

This commit is contained in:
matthewcroughan 2024-05-26 20:26:03 +01:00
parent 1ff88d2f06
commit 7a7770c46c

View File

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