Merge pull request #278547 from NixOS/revert-276579-auto-update/utf8cpp

Revert "utf8cpp: 4.0.3 -> 4.0.4"
This commit is contained in:
Weijia Wang 2024-01-03 20:36:34 +01:00 committed by GitHub
commit 71392a51bb
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 = "4.0.4";
version = "4.0.3";
src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-bEa6mfv9XZ8otaa7hyykuOkZTqinN1zC+gxMC0Bo92c=";
hash = "sha256-oUr476HMBYzX64x28Kcudw0B1BVqLUPVVdRzRe82AOc=";
};
nativeBuildInputs = [ cmake ];