lilypond-unstable: 2.25.20 -> 2.25.21

This commit is contained in:
R. Ryantm 2024-11-23 11:29:33 +00:00
parent d440628dda
commit 045921d4b0

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.20";
version = "2.25.21";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-q+eVzm68m4FuAvWKB/Zys7stmT9arAQ/+J/q2AvLnbM=";
hash = "sha256-mckXCpZLig0ePkeGpiqYQQREFxgioiK/+mpA3GBNwGc=";
};
passthru.updateScript = {