mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
lilypond-unstable: 2.25.19 -> 2.25.20
This commit is contained in:
parent
51a8ed13b9
commit
a63e4cf4b3
|
@ -1,10 +1,10 @@
|
|||
{ lib, fetchurl, lilypond }:
|
||||
|
||||
lilypond.overrideAttrs (oldAttrs: rec {
|
||||
version = "2.25.19";
|
||||
version = "2.25.20";
|
||||
src = fetchurl {
|
||||
url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
|
||||
hash = "sha256-gGG4ObmY9PcO0JIKxAagquHS74Elc49SZ/8FDwFfZDU=";
|
||||
hash = "sha256-q+eVzm68m4FuAvWKB/Zys7stmT9arAQ/+J/q2AvLnbM=";
|
||||
};
|
||||
|
||||
passthru.updateScript = {
|
||||
|
|
Loading…
Reference in a new issue