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

utf8cpp: 4.0.3 -> 4.0.5
This commit is contained in:
Weijia Wang 2024-01-19 17:17:38 +01:00 committed by GitHub
commit 0bdb62e222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "4.0.3";
version = "4.0.5";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-oUr476HMBYzX64x28Kcudw0B1BVqLUPVVdRzRe82AOc=";
hash = "sha256-Z27/31obVErsmW1b1SVcr45nKlFu01RqqpTMwS0LqJ8=";
};
nativeBuildInputs = [ cmake ];