3
0
Fork 0
forked from mirrors/nixpkgs

utf8cpp: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2023-01-10 09:15:02 +00:00
parent 2add5f003a
commit 828d44af00

View file

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