override.nix 227 B

12345678910
  1. self: super: with self; rec {
  2. version = "2.9.0";
  3. src = fetchFromGitHub {
  4. owner = "JuliaStrings";
  5. repo = "utf8proc";
  6. rev = "v${version}";
  7. hash = "sha256-Sgh8vTbclUV+lFZdR29PtNUy8F+9L/OAXk647B+l2mg=";
  8. };
  9. }