c2ffi: Fix passthru.updateScript settings

This commit is contained in:
OPNA2608 2024-02-07 18:00:38 +01:00
parent f6fc9675cd
commit 502911d57f

View file

@ -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 = [