Unverified Commit fac590fa authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

utf8proc: 2.11.0 -> 2.11.1 (#461446)

parents 5cd67583 ec23723e
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.11.0";
  version = "2.11.1";

  src = fetchFromGitHub {
    owner = "JuliaStrings";
    repo = "utf8proc";
    rev = "v${version}";
    hash = "sha256-iNITnxA1cacOBRU/XV22yzjB0XUOCYsaLLLPYLa+AoA=";
    hash = "sha256-fFeevzek6Oql+wMmkZXVzKlDh3wZ6AjGCKJFsXBaqzg=";
  };

  nativeBuildInputs = [ cmake ];