libcamera: unstable-2022-09-03 -> unstable-2022-09-15
This commit is contained in:
parent
5ddd972106
commit
c5ff1bb925
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libcamera";
|
pname = "libcamera";
|
||||||
version = "unstable-2022-09-03";
|
version = "unstable-2022-09-15";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.libcamera.org/libcamera/libcamera.git";
|
url = "https://git.libcamera.org/libcamera/libcamera.git";
|
||||||
rev = "f1776100f55e70320a8938586bc8bf2f242addd4";
|
rev = "74ab3f778c848b20cbf8fe299170756ff6ebab1a";
|
||||||
hash = "sha256-96AMemH+mSyPE26eiucwqUGYbK5uWNDNDgwAyeIAg6g=";
|
hash = "sha256-w0I4L6xXTBUdqj30LpVW/KZW6bdoUeoW9lnMOW0OLJY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue