Unverified Commit 4c6b5168 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

lilypond-unstable: 2.25.27 -> 2.25.29 (#448606)

parents 0e30ffe0 2965af4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:

lilypond.overrideAttrs (oldAttrs: rec {
  version = "2.25.27";
  version = "2.25.29";
  src = fetchzip {
    url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
    hash = "sha256-cZ6XZt1y646Kke3wdJ5Jo9ieOejbojsEBSkAvLDXNPw=";
    hash = "sha256-t6EnGCD0QMARK1/yJBjtLFzVaBWiiut8KWrtzmzHgCM=";
  };

  passthru.updateScript = {