lilypond-unstable: 2.25.10 -> 2.25.11

This commit is contained in:
R. Ryantm 2023-12-16 12:33:14 +00:00
parent e407ebeed0
commit 71e70e3aad

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.10";
version = "2.25.11";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-j1XeQRkcBtrGMJQaFIbp/XktYREEL6ODGXnKt/RtwSA=";
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
};
passthru.updateScript = {