We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying
src = fetchFromGitHub { owner = "KDAB"; repo = "hotspot"; rev = "v1.0.0"; sha256 = "09ly15yafpk31p3w7h2xixf1xdmx803w9fyb2aq7mhmc7pcxqjsx"; fetchSubmodules = true; };
But when building I just get Bad commit hash or bad reference..
Bad commit hash or bad reference.
It works when I change to an explicit SHA (rev = "352687bf620529e9887616651f123f922cb421a4";).
rev = "352687bf620529e9887616651f123f922cb421a4";
It also works when I remove fetchSubmodules = true;.
fetchSubmodules = true;
CC @copumpkin; original support for fetchSubmodules in fetchFromGithub was added in #15559
fetchSubmodules
fetchFromGithub
The text was updated successfully, but these errors were encountered:
You're right, it's a duplicate.
Sorry, something went wrong.
No branches or pull requests
I'm trying
But when building I just get
Bad commit hash or bad reference.
.It works when I change to an explicit SHA (
rev = "352687bf620529e9887616651f123f922cb421a4";
).It also works when I remove
fetchSubmodules = true;
.CC @copumpkin; original support for
fetchSubmodules
infetchFromGithub
was added in #15559The text was updated successfully, but these errors were encountered: