Unverified Commit 0d36eb85 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

lilypond-unstable: 2.25.15 -> 2.25.16
parents dab96841 c1bd6828
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchurl, lilypond }:

lilypond.overrideAttrs (oldAttrs: rec {
  version = "2.25.15";
  version = "2.25.16";
  src = fetchurl {
    url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
    hash = "sha256-K2CV4sWhUndiglBze44xbfrPe19nU+9qn+WOWLMA0R8=";
    hash = "sha256-AY8NfcZsD+JD45Ua1c9UHeQXqWSOqxqAQPWqqrRDLhY=";
  };

  passthru.updateScript = {