Unverified Commit db1eab65 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

utf8proc: 2.9.0 -> 2.10.0 (#369872)

parents a6acff16 b5e6e02b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "utf8proc";
  version = "2.9.0";
  version = "2.10.0";

  src = fetchFromGitHub {
    owner = "JuliaStrings";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Sgh8vTbclUV+lFZdR29PtNUy8F+9L/OAXk647B+l2mg=";
    hash = "sha256-wmtMo6eBK/xxxkIeJfh5Yb293po9cKK+7WjqNPoxM9g=";
  };

  nativeBuildInputs = [ cmake ];