summaryrefslogtreecommitdiffstats
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-16 01:03:07 +0200
committerGitHub <noreply@github.com>2024-04-16 01:03:07 +0200
commit750bea5d487da9629df0f5572273291c8d46bd24 (patch)
tree70d075ac726c2b34f6326c77c40a5fd787fe043e /pkgs/misc
parent2b80ce7707aedcb79be09e412b6dd6c15c578ab2 (diff)
parent2970d6ef5f313031e1e2976596ddbabc1449f674 (diff)
Merge pull request #300072 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.13 -> 2.25.14
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 5013f88dbdfc..f500a7971315 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.13";
+ version = "2.25.14";
src = fetchurl {
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
- hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc=";
+ hash = "sha256-b0qfNjr5jxEJbCYINX2/JhESMOIf9DefRHI47gn5Zio=";
};
passthru.updateScript = {