utf8cpp: 3.2.3 -> 3.2.4

This commit is contained in:
R. Ryantm 2023-08-15 05:20:09 +00:00
parent b20308c508
commit 25e0861024

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "utf8cpp"; pname = "utf8cpp";
version = "3.2.3"; version = "3.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nemtrif"; owner = "nemtrif";
repo = "utfcpp"; repo = "utfcpp";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-PnHbbjsryRwMMu517ta18qNgwOM6hRnVmXmR3fzS1+4="; sha256 = "sha256-cpy1lg/9pWgI5uyOO9lfSt8llfGEjnu/O4P9688XVEA=";
}; };
cmakeFlags = [ cmakeFlags = [