utf8proc: 2.11.0 -> 2.11.1 (#461446)

This commit is contained in:
Leona Maroni
2025-11-14 07:26:57 +00:00
committed by GitHub
+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 ];