-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bower2nix includes ~ in generated versions #3
Comments
It is indeed the hash which is throwing it off. I'm not even sure what |
It seems to mean.. "Look for GitHub releases matching this version, approximately; install that." |
It seems to work if we use the source specifier and the resolved version, e.g. |
I've added my workaround in #6 |
Thanks @johbo, workarounds are good. I will check & merge later. |
Fixed by 16521d4, sorry for the delay. |
E.g. for a bower.json such as this:
...the generated .nix file will include ~ in the version number:
Not only does this break bowerVersion, but it would also make the fetch non-fixed in the event that bowerVersion were fixed.
You do handle ~-ranges correctly in other cases; at the moment, I suspect it's the hash that's throwing it off.
The text was updated successfully, but these errors were encountered: