lilypond-unstable: 2.25.11 -> 2.25.12

This commit is contained in:
R. Ryantm 2024-01-27 22:10:01 +00:00 committed by Eric Bailey
parent dcf2524d43
commit 7eb48c319f

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.11";
version = "2.25.12";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
hash = "sha256-6zOa+mvXN1SQYgUimdxkYQ/Eh+iaCb+FeXe/dglbHmk=";
};
passthru.updateScript = {