set linux and firmware to latest release tag

disable KUNIT in kernel config
This commit is contained in:
Travis Staton 2023-06-12 09:53:24 -04:00
parent 43258812a1
commit 7c6fa52715
5 changed files with 98 additions and 95 deletions

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "libcamera-apps";
version = "v1.1.0";
version = "v1.1.2";
src = libcamera-apps-src;