Skip to content

Commit c921409

Browse files
r-ryantmyurrriq
authored andcommitted
lilypond-unstable: 2.25.12 -> 2.25.13
1 parent f74d88a commit c921409

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/misc/lilypond/unstable.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ lib, fetchurl, lilypond }:
22

33
lilypond.overrideAttrs (oldAttrs: rec {
4-
version = "2.25.12";
4+
version = "2.25.13";
55
src = fetchurl {
66
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
7-
hash = "sha256-6zOa+mvXN1SQYgUimdxkYQ/Eh+iaCb+FeXe/dglbHmk=";
7+
hash = "sha256-ojoW3hq+DvgGlvWSRNk9VCooRzi5spp8o8oKqb74tmc=";
88
};
99

1010
passthru.updateScript = {

0 commit comments

Comments
 (0)