summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-15 02:45:38 +0200
committerGitHub <noreply@github.com>2023-10-15 02:45:38 +0200
commit833637c805abef9ffd38a5e8417da4f31f2ecde5 (patch)
treec05b3c7f9a50ab9c19b85d7ac76b19ec15bfe141 /pkgs/misc
parent00e71387ae4107c935daf09b24b021d4b1269b1d (diff)
parent2b367ecd33cf77fa06b1c6cfa00cc675707c229a (diff)
Merge pull request #260318 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.8 -> 2.25.9
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 a839ef5e8eb17..57cecfc6b8980 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.8";
+  version = "2.25.9";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    hash = "sha256-pycbGmVp3HVKOAGpe4gEmBWjMT2BqrSqKISsAZCEkx0=";
+    hash = "sha256-ncsmHeCcnAtfrzDOcyHgfmsHGrUJ70zqFQLl+97tgpM=";
   };
 
   passthru.updateScript = {