Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tlwg: 0.7.3 #202651

Closed
2 tasks done
toastal opened this issue Nov 24, 2022 · 1 comment · Fixed by #203014
Closed
2 tasks done

tlwg: 0.7.3 #202651

toastal opened this issue Nov 24, 2022 · 1 comment · Fixed by #203014
Labels
9.needs: package (update) This needs a package to be updated

Comments

@toastal
Copy link
Contributor

toastal commented Nov 24, 2022

Checklist
Project name

nix search name:

current version: 0.6.4
desired version: 0.7.3

Notify maintainers

maintainers: @yrashk

Note for maintainers

It's been several years since the dependency has been updated, and the latest release is a year old (https://github.com/tlwg/fonts-tlwg/releases/tag/v0.7.3).

I tried to do the low-hanging, quick update, but it did not work because of a error with autoreconf. I'm unfamiliar with the toolchain.

stdenv.mkDerivation rec {
  pname = "tlwg";
  version = "0.7.3";

  src = fetchFromGitHub {
    owner = "tlwg";
    repo = "fonts-tlwg";
    rev = "v${version}";
    sha256 = "sha256-hWiH5KJnYTdcrm+Kzn9HUQry8ry3SKzjA6/0536kCLQ=";
  };
  # ...
}
@toastal toastal added the 9.needs: package (update) This needs a package to be updated label Nov 24, 2022
@ncfavier ncfavier mentioned this issue Nov 26, 2022
13 tasks
@ncfavier
Copy link
Member

ncfavier commented Nov 26, 2022

#203014

(I am also unfamiliar with this toolchain, but googling the error helped.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.needs: package (update) This needs a package to be updated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants