lilypond-unstable: 2.25.25 -> 2.25.26

This commit is contained in:
R. Ryantm 2025-05-10 07:02:20 +00:00
parent fb297f0be8
commit 6dcc6ace72

View file

@ -5,10 +5,10 @@
}: }:
lilypond.overrideAttrs (oldAttrs: rec { lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.25"; version = "2.25.26";
src = fetchzip { src = fetchzip {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; 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 = { passthru.updateScript = {