lilypond-unstable: 2.25.17 -> 2.25.19

This commit is contained in:
R. Ryantm 2024-08-26 09:20:49 +00:00
parent 0e488ca00f
commit edb0101339

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.17";
version = "2.25.19";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-AVGd/H2+lQxUYyXGB2dOBU4rpqR5LSkn3ishu5uqDYs=";
hash = "sha256-gGG4ObmY9PcO0JIKxAagquHS74Elc49SZ/8FDwFfZDU=";
};
passthru.updateScript = {