Commit 482308d8 authored by R. RyanTM's avatar R. RyanTM
Browse files

lilypond-unstable: 2.25.29 -> 2.25.32

parent fef8c21f
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.29";
  version = "2.25.32";
  src = fetchzip {
    url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
    hash = "sha256-t6EnGCD0QMARK1/yJBjtLFzVaBWiiut8KWrtzmzHgCM=";
    hash = "sha256-j7Avb9WSy27yQCak3KV7OB24M+T76b/tLcLoINLSEbo=";
  };

  passthru.updateScript = {