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

lilypond-unstable: 2.25.13 -> 2.25.14
This commit is contained in:
Weijia Wang 2024-04-16 01:03:07 +02:00 committed by GitHub
commit 750bea5d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.13";
version = "2.25.14";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc=";
hash = "sha256-b0qfNjr5jxEJbCYINX2/JhESMOIf9DefRHI47gn5Zio=";
};
passthru.updateScript = {