mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
lilypond: updated from 2.16.2 to 2.18.2
This commit is contained in:
parent
01854619cd
commit
ff3dde4904
@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec{
|
||||
majorVersion="2.16";
|
||||
majorVersion="2.18";
|
||||
minorVersion="2";
|
||||
version="${majorVersion}.${minorVersion}";
|
||||
name = "lilypond-${version}";
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec{
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.linuxaudio.org/lilypond/sources/v${majorVersion}/lilypond-${version}.tar.gz";
|
||||
sha256 = "1jx11bk3rk3w7bnh0829yy280627ywsvwg6fhdm0fqwkiz7jchqz";
|
||||
sha256 = "01xs9x2wjj7w9appaaqdhk15r1xvvdbz9qwahzhppfmhclvp779j";
|
||||
};
|
||||
|
||||
preConfigure=''
|
||||
|
Loading…
Reference in New Issue
Block a user