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

lilypond-unstable: 2.25.14 -> 2.25.15
This commit is contained in:
Weijia Wang 2024-05-04 16:15:44 +02:00 committed by GitHub
commit 4e2eac4409
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.14";
version = "2.25.15";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-b0qfNjr5jxEJbCYINX2/JhESMOIf9DefRHI47gn5Zio=";
hash = "sha256-K2CV4sWhUndiglBze44xbfrPe19nU+9qn+WOWLMA0R8=";
};
passthru.updateScript = {