From 5e9607fa18b5c27dcca0a605aef92385ac57a51a Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Thu, 12 Sep 2024 16:39:16 -0400 Subject: [PATCH] fixes #63: don't use tag with + in it --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 335e4c7..ecfd034 100644 --- a/flake.lock +++ b/flake.lock @@ -12,8 +12,8 @@ }, "original": { "owner": "raspberrypi", - "ref": "v0.3.1+rpt20240906", "repo": "libcamera", + "rev": "69a894c4adad524d3063dd027f5c4774485cf9db", "type": "github" } }, diff --git a/flake.nix b/flake.nix index d4e9793..7359791 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ }; libcamera-src = { flake = false; - url = "github:raspberrypi/libcamera/v0.3.1+rpt20240906"; + url = "github:raspberrypi/libcamera/69a894c4adad524d3063dd027f5c4774485cf9db"; # v0.3.1+rpt20240906 }; libpisp-src = { flake = false;