lilypond-unstable: 2.25.21 -> 2.25.22 (#366710)

This commit is contained in:
Christian Kögler
2024-12-31 16:01:44 +01:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.21";
version = "2.25.22";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-mckXCpZLig0ePkeGpiqYQQREFxgioiK/+mpA3GBNwGc=";
hash = "sha256-+p0D//hU/AKVJ6DuPhoK9EOqZxZpTVRugabxidmHYLU=";
};
passthru.updateScript = {