lilypond-unstable: 2.25.3 -> 2.25.4

This commit is contained in:
R. Ryantm 2023-05-07 20:36:18 +00:00
parent 4e243a2e2b
commit a46d56ac76

View file

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.3";
version = "2.25.4";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-CVMMzL31NWd6PKf66m0ctBXFpqHMwxQibuifaU9lftg=";
sha256 = "sha256-O7YQc00774Nz6KIGC1Za1HBvKaHmUjXeKkZs0YR1HUA=";
};
passthru.updateScript = {