Skip to content

Commit

Permalink
ustreamer: 5.45 -> 5.48
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent 7f311dd commit 719f058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/ustreamer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "ustreamer";
version = "5.45";
version = "5.48";

src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
hash = "sha256-2WJXOv15oZRk2doecd+xOURygbX4oGyeMAJiiuiRBi4=";
hash = "sha256-R1HL8tYFDtHrxArcoJwlM0Y7MbSyNxNiZ2tjyh1OCn4=";
};

buildInputs = [ libbsd libevent libjpeg ];
Expand Down

0 comments on commit 719f058

Please sign in to comment.