utf8cpp: 4.0.5 -> 4.0.6

Changes: https://github.com/nemtrif/utfcpp/compare/v4.0.5...v4.0.6
This commit is contained in:
Sergei Trofimovich 2024-11-04 06:26:57 +00:00
parent 372cef7b7d
commit ab5225054b

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-Z27/31obVErsmW1b1SVcr45nKlFu01RqqpTMwS0LqJ8=";
hash = "sha256-e8qH4eygLnQw7B8x+HN+vH8cr8fkxnTFz+PKtFJ8dGE=";
};
nativeBuildInputs = [ cmake ];