From 16d872085fe10077bd6665e2652582f013107e65 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Mon, 24 Jun 2024 09:24:34 -0400 Subject: [PATCH] Avoid tags with `+` in them due to parsing bug https://github.com/NixOS/nix/issues/6688 --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index e2453ac..99b2d11 100644 --- a/flake.lock +++ b/flake.lock @@ -12,8 +12,8 @@ }, "original": { "owner": "raspberrypi", - "ref": "v0.3.0+rpt20240617", "repo": "libcamera", + "rev": "6ddd79b5bdbedc1f61007aed35391f1559f9e29a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 34a9bfd..b218e6c 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ }; libcamera-src = { flake = false; - url = "github:raspberrypi/libcamera/v0.3.0+rpt20240617"; + url = "github:raspberrypi/libcamera/6ddd79b5bdbedc1f61007aed35391f1559f9e29a"; # v0.3.0+rpt20240617 }; libpisp-src = { flake = false;