mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56: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
2
flake.lock
generated
2
flake.lock
generated
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue