about summary refs log tree commit diff
path: root/pkgs/misc/lilypond
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 20:36:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 20:36:18 +0000
commita46d56ac76977ae4fc9c9dd55f5410fc4de4ac26 (patch)
tree756f7b53edd2b2eae0e819d57b2795ace11d52ed /pkgs/misc/lilypond
parent4e243a2e2be0d59a6693d9b44ed97f98fbed9bb5 (diff)
lilypond-unstable: 2.25.3 -> 2.25.4
Diffstat (limited to 'pkgs/misc/lilypond')
-rw-r--r--pkgs/misc/lilypond/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/lilypond/unstable.nix b/pkgs/misc/lilypond/unstable.nix
index 56e6c8db79e8a..e746e37a5c8b7 100644
--- a/pkgs/misc/lilypond/unstable.nix
+++ b/pkgs/misc/lilypond/unstable.nix
@@ -1,10 +1,10 @@
 { lib, fetchurl, lilypond }:
 
 lilypond.overrideAttrs (oldAttrs: rec {
-  version = "2.25.3";
+  version = "2.25.4";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    sha256 = "sha256-CVMMzL31NWd6PKf66m0ctBXFpqHMwxQibuifaU9lftg=";
+    sha256 = "sha256-O7YQc00774Nz6KIGC1Za1HBvKaHmUjXeKkZs0YR1HUA=";
   };
 
   passthru.updateScript = {