utf8cpp: 4.0.6 -> 4.0.8 (#442778)

This commit is contained in:
Weijia Wang
2025-09-21 21:06:30 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "4.0.6";
version = "4.0.8";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-e8qH4eygLnQw7B8x+HN+vH8cr8fkxnTFz+PKtFJ8dGE=";
hash = "sha256-9lfs2tqsSDbf1appDC+S3qdmS4DipHhXoiJQluKytbM=";
};
nativeBuildInputs = [ cmake ];