Merge pull request #258110 from wegank/lilypond-unstable-bump

lilypond-unstable: 2.25.7 -> 2.25.8
This commit is contained in:
Weijia Wang 2023-10-01 00:17:24 +02:00 committed by GitHub
commit fbfb2eb37f
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.7";
version = "2.25.8";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-b7prbe4lnUfiLGcmWbrjXTTXqJTX4PsAMBbSvZgHLwI=";
hash = "sha256-pycbGmVp3HVKOAGpe4gEmBWjMT2BqrSqKISsAZCEkx0=";
};
passthru.updateScript = {