lilypond-unstable: 2.25.1 -> 2.25.3
This commit is contained in:
parent
182da0a77c
commit
4ec6e2efb3
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, fetchurl, lilypond }:
|
||||
|
||||
lilypond.overrideAttrs (oldAttrs: rec {
|
||||
version = "2.25.1";
|
||||
version = "2.25.3";
|
||||
src = fetchurl {
|
||||
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
||||
sha256 = "sha256-DchY+4+bWIvTZb4v9q/fAqStkbsxHhvty3eur0ZFYVs=";
|
||||
sha256 = "sha256-CVMMzL31NWd6PKf66m0ctBXFpqHMwxQibuifaU9lftg=";
|
||||
};
|
||||
|
||||
passthru.updateScript = {
|
||||
|
|
Loading…
Reference in a new issue