lilypond-unstable: 2.25.25 -> 2.25.26 (#405807)

This commit is contained in:
Weijia Wang
2025-05-19 19:16:38 +02:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.25";
version = "2.25.26";
src = fetchzip {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-OO3yXA2PgOuUUR4Bo5wP4PieBvIxV1N9hPiapOB6cAE=";
hash = "sha256-k76jt8axKu17MXuQp/TtXtQ+KKdIAjSvDStYa44EpR4=";
};
passthru.updateScript = {