Merge pull request #249270 from r-ryantm/auto-update/utf8cpp

utf8cpp: 3.2.3 -> 3.2.4
This commit is contained in:
Weijia Wang
2023-08-29 22:21:20 +02:00
committed by GitHub
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-PnHbbjsryRwMMu517ta18qNgwOM6hRnVmXmR3fzS1+4=";
sha256 = "sha256-cpy1lg/9pWgI5uyOO9lfSt8llfGEjnu/O4P9688XVEA=";
};
cmakeFlags = [