Avoid tags with + in them due to parsing bug

https://github.com/NixOS/nix/issues/6688
This commit is contained in:
Travis Staton 2024-06-24 09:24:34 -04:00
parent 4f517c83bf
commit 16d872085f
2 changed files with 2 additions and 2 deletions

View file

@ -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;