3
0
Fork 0
forked from mirrors/nixpkgs

lilypond: 2.22.1 -> 2.22.2

This commit is contained in:
R. Ryantm 2022-02-24 12:28:23 +00:00 committed by Eric Bailey
parent 13c9be5066
commit 5218aba132

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "lilypond";
version = "2.22.1";
version = "2.22.2";
src = fetchurl {
url = "http://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-cqwtVMMQwxQcC3gtTgvvkALVUZz0ZjJ1mx8D72lpzDA=";
sha256 = "sha256-3ekIVPp94QEvThMEpoYXrqmrMiky7AznaYT2DSaqI74=";
};
postInstall = ''