cxxopts: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2024-02-20 20:36:43 +00:00
parent e4af98e127
commit 6383ee544a

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "cxxopts";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "jarro2783";
repo = "cxxopts";
rev = "v${version}";
sha256 = "sha256-tOO0YCIG3MxSJZhurNcDR1pWIUEO/Har9mrCrZs3iVk=";
sha256 = "sha256-aOF3owz7SIV4trJY0PnMtIcwqoUpDbB3tNxZcsl9dzM=";
};
buildInputs = lib.optionals enableUnicodeHelp [ icu.dev ];