mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Avoid tags with + in them due to parsing bug
https://github.com/NixOS/nix/issues/6688
This commit is contained in:
parent
4f517c83bf
commit
16d872085f
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue