Merge pull request #258094 from jpds/libcamera-0.1.0

libcamera: 0.0.5 -> 0.1.0
This commit is contained in:
Arnout Engelen 2024-01-18 09:07:58 +01:00 committed by GitHub
commit 49467e7255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,12 +22,12 @@
stdenv.mkDerivation rec {
pname = "libcamera";
version = "0.0.5";
version = "0.1.0";
src = fetchgit {
url = "https://git.libcamera.org/libcamera/libcamera.git";
rev = "v${version}";
hash = "sha256-rd1YIEosg4+H/FJBYCoxdQlV9F0evU5fckHJrSdVPOE=";
hash = "sha256-icHZtv25QvJEv0DlELT3cDxho3Oz2BJAMNKr5W4bshk=";
};
outputs = [ "out" "dev" "doc" ];