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