about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-23 01:29:55 +0100
committerGitHub <noreply@github.com>2023-12-23 01:29:55 +0100
commit96fe49217bf246ace225d30671ff8fb8412ceaff (patch)
treeb6316a4a3c3417209a1705918fcdf10f322c485e /pkgs/misc
parent301b2a730b8367341fb1fb633a754432dab5c78a (diff)
parent71e70e3aad8f0238ebe2bdaa72a7355cd0823aaf (diff)
Merge pull request #274716 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.10 -> 2.25.11
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 0285a72393c78..77ac8c3e8d36c 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.10";
+  version = "2.25.11";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    hash = "sha256-j1XeQRkcBtrGMJQaFIbp/XktYREEL6ODGXnKt/RtwSA=";
+    hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
   };
 
   passthru.updateScript = {