lilypond-unstable: 2.25.22 -> 2.25.24 (#376023)

This commit is contained in:
Weijia Wang
2025-02-25 10:14:36 +01:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.22";
version = "2.25.24";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-+p0D//hU/AKVJ6DuPhoK9EOqZxZpTVRugabxidmHYLU=";
hash = "sha256-1n6mJBbZcfQYsmrjWxcG/EtIyF9uHNRVT7fX3+zoXc4=";
};
passthru.updateScript = {