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