Loading pkgs/misc/lilypond/unstable.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ }: lilypond.overrideAttrs (oldAttrs: rec { version = "2.25.29"; version = "2.25.32"; src = fetchzip { url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; hash = "sha256-t6EnGCD0QMARK1/yJBjtLFzVaBWiiut8KWrtzmzHgCM="; hash = "sha256-j7Avb9WSy27yQCak3KV7OB24M+T76b/tLcLoINLSEbo="; }; passthru.updateScript = { Loading Loading
pkgs/misc/lilypond/unstable.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ }: lilypond.overrideAttrs (oldAttrs: rec { version = "2.25.29"; version = "2.25.32"; src = fetchzip { url = "https://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz"; hash = "sha256-t6EnGCD0QMARK1/yJBjtLFzVaBWiiut8KWrtzmzHgCM="; hash = "sha256-j7Avb9WSy27yQCak3KV7OB24M+T76b/tLcLoINLSEbo="; }; passthru.updateScript = { Loading