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-09-05 21:11:44 +0200
committerGitHub <noreply@github.com>2023-09-05 21:11:44 +0200
commit5dd48605da3f7da61087e23637b85ca0e2b2398d (patch)
treecb8f42763abbac35d839c2d6a21f6e931160b9b7 /pkgs/misc
parent965a12af3686c597c74e346f7c3876255392d8f2 (diff)
parent5b1dcdf16ab07c5031224d8c55080e9e1ca99c37 (diff)
Merge pull request #253435 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.6 -> 2.25.7
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 ff016344c7a4c..11e91ddb377c1 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.6";
+  version = "2.25.7";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    sha256 = "sha256-auDkASJQgq4+Yc6jFvJ8rUvVRMn6ndr2Cd6yzK75irk=";
+    sha256 = "sha256-b7prbe4lnUfiLGcmWbrjXTTXqJTX4PsAMBbSvZgHLwI=";
   };
 
   passthru.updateScript = {