libcamera: 0.3.1 -> 0.3.2 (#344736)

This commit is contained in:
h7x4 2024-10-05 20:44:16 +02:00 committed by GitHub
commit de91388be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,12 @@
stdenv.mkDerivation rec {
pname = "libcamera";
version = "0.3.1";
version = "0.3.2";
src = fetchgit {
url = "https://git.libcamera.org/libcamera/libcamera.git";
rev = "v${version}";
hash = "sha256-vB7dxBDG0y8YvG/2vCgrhyBJmumGG66Vl7yZwprxj5c=";
hash = "sha256-rW1BG5blozQKA73P5vH5dGkwQG5JJzxdOU2GCB3xIns=";
};
outputs = [ "out" "dev" ];