Unverified Commit d0ca9745 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #289031 from r-ryantm/auto-update/cxxopts

cxxopts: 3.1.1 -> 3.2.0
parents 4c99966f b386fe7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "cxxopts";
  version = "3.1.1";
  version = "3.2.0";

  src = fetchFromGitHub {
    owner = "jarro2783";
    repo = "cxxopts";
    rev = "v${version}";
    sha256 = "sha256-lJPMaXBfrCeUhhXha5f7zmOGtyEDzU3oPTMirPTFZzQ=";
    sha256 = "sha256-tOO0YCIG3MxSJZhurNcDR1pWIUEO/Har9mrCrZs3iVk=";
  };

  buildInputs = lib.optionals enableUnicodeHelp [ icu.dev ];