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

lilypond-unstable: 2.25.6 -> 2.25.7
This commit is contained in:
Weijia Wang 2023-09-05 21:11:44 +02:00 committed by GitHub
commit 5dd48605da
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.6";
version = "2.25.7";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-auDkASJQgq4+Yc6jFvJ8rUvVRMn6ndr2Cd6yzK75irk=";
sha256 = "sha256-b7prbe4lnUfiLGcmWbrjXTTXqJTX4PsAMBbSvZgHLwI=";
};
passthru.updateScript = {