about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 06:33:01 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2024-02-14 12:19:24 -0600
commitc92140986ffb768ded304de1f2d70b7bcc6a35ae (patch)
tree3a1ef4e8a60d3b729a2d549f37ae9bfbfb2bc6c3 /pkgs/misc
parentf74d88a6f19ec8c29bff5cc9e42ee5ec4e0e70f6 (diff)
lilypond-unstable: 2.25.12 -> 2.25.13
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 ad2560a751cbc..5013f88dbdfc4 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.12";
+  version = "2.25.13";
   src = fetchurl {
     url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
-    hash = "sha256-6zOa+mvXN1SQYgUimdxkYQ/Eh+iaCb+FeXe/dglbHmk=";
+    hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc=";
   };
 
   passthru.updateScript = {