utf8proc: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm
2025-11-14 02:50:18 +00:00
parent 61630d4ab5
commit ec23723e29
+2 -2
View File
@@ -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 ];