Merge pull request #329816 from r-ryantm/auto-update/lilypond

lilypond: 2.24.3 -> 2.24.4
This commit is contained in:
tomberek 2024-08-02 02:34:31 -04:00 committed by GitHub
commit 222fc10b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "lilypond";
version = "2.24.3";
version = "2.24.4";
src = fetchurl {
url = "http://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "sha256-3wBfdu969aTNdKEPjnEVJ4t/p58UAYk3tlwQlJjsRL4=";
sha256 = "sha256-6W+gNXHHnyDhl5ZTr6vb5O5Cdlo9n9FJU/DNnupReBw=";
};
postInstall = ''