From ebc22a7d5a985678bb4145fd6725d117bcb26e1e Mon Sep 17 00:00:00 2001 From: tyxieblub <5111464+tyxieblub@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:51:32 +0200 Subject: [PATCH] downgrade rpicam-apps --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ed8be8e..f2a8518 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,8 @@ }; rpicam-apps-src = { flake = false; - url = "github:raspberrypi/rpicam-apps/v1.5.2"; + #url = "github:raspberrypi/rpicam-apps/v1.5.2"; + url = "github:raspberrypi/rpicam-apps/v1.5.1"; }; libcamera-src = { flake = false;