utf8cpp: 4.1.0 -> 4.1.1

Changes: https://github.com/nemtrif/utfcpp/releases/tag/v4.1.1
This commit is contained in:
Sergei Trofimovich 2026-05-23 11:40:47 +01:00
commit ce3f5238f0

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "utf8cpp";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
tag = "v${finalAttrs.version}";
hash = "sha256-Jh/sdWx+FWR70iqmPqDI/ZcyHBoSQFcGrQSICipdXbA=";
hash = "sha256-0NbbQMsucrbOGEWAVZGSFp7f4dp31XrurPVVjcYsH+I=";
};
nativeBuildInputs = [ cmake ];