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

utf8cpp: 3.2.2 -> 3.2.3
This commit is contained in:
Mario Rodas 2023-01-12 02:49:56 -05:00 committed by GitHub
commit 4e16725eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [