lilypond-unstable: 2.25.10 -> 2.25.11
This commit is contained in:
parent
e407ebeed0
commit
71e70e3aad
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, fetchurl, lilypond }:
|
||||
|
||||
lilypond.overrideAttrs (oldAttrs: rec {
|
||||
version = "2.25.10";
|
||||
version = "2.25.11";
|
||||
src = fetchurl {
|
||||
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
||||
hash = "sha256-j1XeQRkcBtrGMJQaFIbp/XktYREEL6ODGXnKt/RtwSA=";
|
||||
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
|
||||
};
|
||||
|
||||
passthru.updateScript = {
|
||||
|
|
Loading…
Reference in a new issue