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

lilypond-unstable: 2.25.10 -> 2.25.11
This commit is contained in:
Weijia Wang 2023-12-23 01:29:55 +01:00 committed by GitHub
commit 96fe49217b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.10";
version = "2.25.11";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-j1XeQRkcBtrGMJQaFIbp/XktYREEL6ODGXnKt/RtwSA=";
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
};
passthru.updateScript = {