lilypond-unstable: 2.25.27 -> 2.25.29

This commit is contained in:
R. Ryantm
2025-10-04 19:19:54 +00:00
parent 73bb504135
commit 2965af4b5b
+2 -2
View File
@@ -5,10 +5,10 @@
}:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.27";
version = "2.25.29";
src = fetchzip {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-cZ6XZt1y646Kke3wdJ5Jo9ieOejbojsEBSkAvLDXNPw=";
hash = "sha256-t6EnGCD0QMARK1/yJBjtLFzVaBWiiut8KWrtzmzHgCM=";
};
passthru.updateScript = {