Merge pull request #241664 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.5 -> 2.25.6
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ lib, fetchurl, lilypond }:
|
||||
|
||||
lilypond.overrideAttrs (oldAttrs: rec {
|
||||
version = "2.25.5";
|
||||
version = "2.25.6";
|
||||
src = fetchurl {
|
||||
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
||||
sha256 = "sha256-QgFGiNKqfC7Q7E0/yhsXFwKZoj+/07c0GwTPWiDz/u4=";
|
||||
sha256 = "sha256-auDkASJQgq4+Yc6jFvJ8rUvVRMn6ndr2Cd6yzK75irk=";
|
||||
};
|
||||
|
||||
passthru.updateScript = {
|
||||
|
||||
Reference in New Issue
Block a user