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

lilypond-unstable: 2.25.8 -> 2.25.9
This commit is contained in:
Weijia Wang 2023-10-15 02:45:38 +02:00 committed by GitHub
commit 833637c805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }: { lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec { lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.8"; version = "2.25.9";
src = fetchurl { src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-pycbGmVp3HVKOAGpe4gEmBWjMT2BqrSqKISsAZCEkx0="; hash = "sha256-ncsmHeCcnAtfrzDOcyHgfmsHGrUJ70zqFQLl+97tgpM=";
}; };
passthru.updateScript = { passthru.updateScript = {