about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-23 10:12:43 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2023-11-23 19:06:58 -0600
commit9b2b4ee621619d34167f17b7f396495855ac6067 (patch)
tree08e570814c48c5c18a8aedf519420233d2b4ca7c
parent2edba9d0b1ab947931927f32aba66147051f33df (diff)
lilypond: 2.24.2 -> 2.24.3
-rw-r--r--pkgs/misc/lilypond/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix
index 5663e5dec9274..c85f956e1a8ba 100644
--- a/pkgs/misc/lilypond/default.nix
+++ b/pkgs/misc/lilypond/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "lilypond";
-  version = "2.24.2";
+  version = "2.24.3";
 
   src = fetchurl {
     url = "http://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    sha256 = "sha256-eUTmENe08d5Mccz+H73TIB9U+sVFYb3NBIkU+Nu2Ckg=";
+    sha256 = "sha256-3wBfdu969aTNdKEPjnEVJ4t/p58UAYk3tlwQlJjsRL4=";
   };
 
   postInstall = ''