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

2
flake.lock generated
View file

@ -12,8 +12,8 @@
}, },
"original": { "original": {
"owner": "raspberrypi", "owner": "raspberrypi",
"ref": "v0.3.0+rpt20240617",
"repo": "libcamera", "repo": "libcamera",
"rev": "6ddd79b5bdbedc1f61007aed35391f1559f9e29a",
"type": "github" "type": "github"
} }
}, },

View file

@ -33,7 +33,7 @@
}; };
libcamera-src = { libcamera-src = {
flake = false; flake = false;
url = "github:raspberrypi/libcamera/v0.3.0+rpt20240617"; url = "github:raspberrypi/libcamera/6ddd79b5bdbedc1f61007aed35391f1559f9e29a"; # v0.3.0+rpt20240617
}; };
libpisp-src = { libpisp-src = {
flake = false; flake = false;