lit 15.0.6 -> 16.0.6 https://repology.org/project/lit-llvm/versions attrpath: lit Checking auto update branch... No auto update branch exists Old version 15.0.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , python }: buildPythonPackage rec { pname = "lit"; version = "16.0.6"; src = fetchPypi { inherit pname version; hash = "sha256-hGI8nCO2sUdj1jf05j5rchs0Rq2kC/cAHY/ucLjnepo="; }; passthru = { inherit python; }; # Non-standard test suite. Needs custom checkPhase. # Needs LLVM's `FileCheck` and `not`: `$out/bin/lit tests` # There should be `llvmPackages.lit` since older LLVM versions may # have the possibility of not correctly interfacing with newer lit versions doCheck = false; meta = { description = "Portable tool for executing LLVM and Clang style test suites"; homepage = "http://llvm.org/docs/CommandGuide/lit.html"; license = lib.licenses.ncsa; maintainers = with lib.maintainers; [ dtzWill ]; }; }