mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
fixes #63: don't use tag with + in it
This commit is contained in:
parent
3236d867b3
commit
5e9607fa18
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue