utf8cpp: 4.0.8 -> 4.0.9

This commit is contained in:
R. Ryantm
2026-01-31 08:28:29 -08:00
committed by Philip Taron
parent 67257b83a3
commit 82ffc1477b
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "4.0.8";
version = "4.0.9";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-9lfs2tqsSDbf1appDC+S3qdmS4DipHhXoiJQluKytbM=";
hash = "sha256-0FgMKHymFOA3BM7VS8US2is8TmQlL/wWj4nSRihqcDo=";
};
nativeBuildInputs = [ cmake ];