{ lib, fetchurl, lilypond }: lilypond.overrideAttrs (oldAttrs: rec { version = "2.25.1"; src = fetchurl { url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; sha256 = "sha256-DchY+4+bWIvTZb4v9q/fAqStkbsxHhvty3eur0ZFYVs="; }; passthru.updateScript = { command = [ ./update.sh "unstable" ]; supportedFeatures = [ "commit" ]; }; })