lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c2ffi: Fix passthru.updateScript settings

OPNA2608 502911d5 f6fc9675

+3
+3
pkgs/development/tools/misc/c2ffi/default.nix
··· 24 24 passthru.updateScript = unstableGitUpdater { 25 25 url = "https://github.com/rpav/c2ffi.git"; 26 26 branch = c2ffiBranch; 27 + # Tags only exist for older LLVM versions, so they would result in nonsense names 28 + # like: c2ffi-llvm-16.0.0-11.0.0.0-unstable-YYYY-MM-DD 29 + hardcodeZeroVersion = true; 27 30 }; 28 31 29 32 nativeBuildInputs = [