utf8cpp: 4.0.9 -> 4.1.0 (#521049)

This commit is contained in:
Doron Behar
2026-05-16 21:26:33 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "utf8cpp";
version = "4.0.9";
version = "4.1.0";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-0FgMKHymFOA3BM7VS8US2is8TmQlL/wWj4nSRihqcDo=";
hash = "sha256-Jh/sdWx+FWR70iqmPqDI/ZcyHBoSQFcGrQSICipdXbA=";
};
nativeBuildInputs = [ cmake ];