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

utf8cpp: 3.2.1 -> 3.2.2
This commit is contained in:
Jörg Thalheim 2022-11-10 17:19:32 +01:00 committed by GitHub
commit c95ea92de1
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.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf";
sha256 = "sha256-L58OMNrKd1+yco0V/jpOfWgDr0K1y8jOJ3TasUMRw0k=";
};
cmakeFlags = [