mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
lilypond-unstable: 2.25.11 -> 2.25.12
This commit is contained in:
parent
dcf2524d43
commit
7eb48c319f
@ -1,10 +1,10 @@
|
|||||||
{ lib, fetchurl, lilypond }:
|
{ lib, fetchurl, lilypond }:
|
||||||
|
|
||||||
lilypond.overrideAttrs (oldAttrs: rec {
|
lilypond.overrideAttrs (oldAttrs: rec {
|
||||||
version = "2.25.11";
|
version = "2.25.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
||||||
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
|
hash = "sha256-6zOa+mvXN1SQYgUimdxkYQ/Eh+iaCb+FeXe/dglbHmk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = {
|
passthru.updateScript = {
|
||||||
|
Loading…
Reference in New Issue
Block a user