utf8cpp: 4.0.3 -> 4.0.5

This commit is contained in:
R. Ryantm 2024-01-05 04:43:07 +00:00
parent 434f6aea73
commit 1b10034954

View File

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