utf8cpp: 4.0.5 -> 4.0.6 (#353584)

This commit is contained in:
Nick Cao
2024-11-04 08:39:09 -05:00
committed by GitHub
@@ -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 ];