Merge pull request #260318 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.8 -> 2.25.9
This commit is contained in:
commit
833637c805
@ -1,10 +1,10 @@
|
|||||||
{ lib, fetchurl, lilypond }:
|
{ lib, fetchurl, lilypond }:
|
||||||
|
|
||||||
lilypond.overrideAttrs (oldAttrs: rec {
|
lilypond.overrideAttrs (oldAttrs: rec {
|
||||||
version = "2.25.8";
|
version = "2.25.9";
|
||||||
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-pycbGmVp3HVKOAGpe4gEmBWjMT2BqrSqKISsAZCEkx0=";
|
hash = "sha256-ncsmHeCcnAtfrzDOcyHgfmsHGrUJ70zqFQLl+97tgpM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = {
|
passthru.updateScript = {
|
||||||
|
Loading…
Reference in New Issue
Block a user