libcamera: 0.2.0 → 0.3.0

This commit is contained in:
Jonathan Davies 2024-05-31 14:08:16 +01:00
parent 7318caa469
commit 8a45e936ac
No known key found for this signature in database

View File

@ -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
@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
pkg-config
python3
python3Packages.jinja2
python3Packages.pybind11
python3Packages.pyyaml
python3Packages.ply
python3Packages.sphinx