lilypond-unstable: 2.25.12 -> 2.25.13

This commit is contained in:
R. Ryantm 2024-02-14 06:33:01 +00:00 committed by Eric Bailey
parent f74d88a6f1
commit c92140986f

View File

@ -1,10 +1,10 @@
{ lib, fetchurl, lilypond }: { lib, fetchurl, lilypond }:
lilypond.overrideAttrs (oldAttrs: rec { lilypond.overrideAttrs (oldAttrs: rec {
version = "2.25.12"; version = "2.25.13";
src = fetchurl { src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
hash = "sha256-6zOa+mvXN1SQYgUimdxkYQ/Eh+iaCb+FeXe/dglbHmk="; hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc=";
}; };
passthru.updateScript = { passthru.updateScript = {