about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-04 16:15:44 +0200
committerGitHub <noreply@github.com>2024-05-04 16:15:44 +0200
commit4e2eac440980d6bcac86fb5b051c48eaab585eb9 (patch)
tree828c69be4088e79b526b13aecd4590c338199664 /pkgs
parent948df304c37a9218ad96bad311a85b98d3608564 (diff)
parent4b1a2f9420125bd08f8d91f5361e7a427ba86701 (diff)
Merge pull request #307319 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.14 -> 2.25.15
Diffstat (limited to 'pkgs')
-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 f500a7971315a..fd5067b0faea3 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.14";
+  version = "2.25.15";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    hash = "sha256-b0qfNjr5jxEJbCYINX2/JhESMOIf9DefRHI47gn5Zio=";
+    hash = "sha256-K2CV4sWhUndiglBze44xbfrPe19nU+9qn+WOWLMA0R8=";
   };
 
   passthru.updateScript = {