Skip to content

Commit

Permalink
libcamera: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed May 31, 2024
1 parent 7318caa commit 8a45e93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/li/libcamera/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@

stdenv.mkDerivation rec {
pname = "libcamera";
version = "0.2.0";
version = "0.3.0";

src = fetchgit {
url = "https://git.libcamera.org/libcamera/libcamera.git";
rev = "v${version}";
hash = "sha256-x0Im9m9MoACJhQKorMI34YQ+/bd62NdAPc2nWwaJAvM=";
hash = "sha256-eCtOtdjpwn0S56ZyRVdG1QCBk1KGPh8YTXD50xev7Bc=";
};

outputs = [ "out" "dev" ];

postPatch = ''
patchShebangs utils/
patchShebangs src/py/ utils/
'';

# libcamera signs the IPA module libraries at install time, but they are then
Expand Down Expand Up @@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
pkg-config
python3
python3Packages.jinja2
python3Packages.pybind11
python3Packages.pyyaml
python3Packages.ply
python3Packages.sphinx
Expand Down

0 comments on commit 8a45e93

Please sign in to comment.