Merge pull request #311106 from r-ryantm/auto-update/lilypond-unstable

lilypond-unstable: 2.25.15 -> 2.25.16
This commit is contained in:
Weijia Wang 2024-06-02 16:37:05 +02:00 committed by GitHub
commit 0d36eb85bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {