lilypond-unstable: 2.25.15 -> 2.25.16

This commit is contained in:
R. Ryantm 2024-05-12 16:20:37 +00:00
parent 971c61f4d8
commit c1bd6828ed

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.15";
version = "2.25.16";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-K2CV4sWhUndiglBze44xbfrPe19nU+9qn+WOWLMA0R8=";
hash = "sha256-AY8NfcZsD+JD45Ua1c9UHeQXqWSOqxqAQPWqqrRDLhY=";
};
passthru.updateScript = {