c2ffi: Fix passthru.updateScript settings
This commit is contained in:
parent
f6fc9675cd
commit
502911d57f
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ llvmPackages.stdenv.mkDerivation {
|
|||
passthru.updateScript = unstableGitUpdater {
|
||||
url = "https://github.com/rpav/c2ffi.git";
|
||||
branch = c2ffiBranch;
|
||||
# Tags only exist for older LLVM versions, so they would result in nonsense names
|
||||
# like: c2ffi-llvm-16.0.0-11.0.0.0-unstable-YYYY-MM-DD
|
||||
hardcodeZeroVersion = true;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue