mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Specify meta.branch for pinned celt versions
This commit is contained in:
parent
fdc29c0ed2
commit
e190813003
|
@ -37,6 +37,7 @@ rec {
|
|||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = "free";
|
||||
branch = "0.5.1";
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
|
@ -37,6 +37,7 @@ rec {
|
|||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = "free";
|
||||
branch = "0.7";
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
Loading…
Reference in a new issue