about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-05 10:45:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-05 10:45:24 +0000
commit14f42104c27692f6275d0cf04377e71d20b491d7 (patch)
treee2544b30c9153302379dce3fbd111938e620d790 /pkgs/misc
parente48882a9bc9b4e17be2ce52579283d2626aa9930 (diff)
lilypond-unstable: 2.25.5 -> 2.25.6
Diffstat (limited to 'pkgs/misc')
-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 63f399958da3e..ff016344c7a4c 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.5";
+  version = "2.25.6";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    sha256 = "sha256-QgFGiNKqfC7Q7E0/yhsXFwKZoj+/07c0GwTPWiDz/u4=";
+    sha256 = "sha256-auDkASJQgq4+Yc6jFvJ8rUvVRMn6ndr2Cd6yzK75irk=";
   };
 
   passthru.updateScript = {