mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Merge pull request #274716 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.10 -> 2.25.11
This commit is contained in:
commit
96fe49217b
@ -1,10 +1,10 @@
|
|||||||
{ lib, fetchurl, lilypond }:
|
{ lib, fetchurl, lilypond }:
|
||||||
|
|
||||||
lilypond.overrideAttrs (oldAttrs: rec {
|
lilypond.overrideAttrs (oldAttrs: rec {
|
||||||
version = "2.25.10";
|
version = "2.25.11";
|
||||||
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-j1XeQRkcBtrGMJQaFIbp/XktYREEL6ODGXnKt/RtwSA=";
|
hash = "sha256-DDvo1LBTnDVSDyRDYF0aEToFsmvW1dlTaMHdpBEOdMI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = {
|
passthru.updateScript = {
|
||||||
|
Loading…
Reference in New Issue
Block a user