lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cxxopts: 3.2.0 -> 3.2.1

+2 -2
+2 -2
pkgs/development/libraries/cxxopts/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "cxxopts"; 12 - version = "3.2.0"; 12 + version = "3.2.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jarro2783"; 16 16 repo = "cxxopts"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-tOO0YCIG3MxSJZhurNcDR1pWIUEO/Har9mrCrZs3iVk="; 18 + sha256 = "sha256-aOF3owz7SIV4trJY0PnMtIcwqoUpDbB3tNxZcsl9dzM="; 19 19 }; 20 20 21 21 buildInputs = lib.optionals enableUnicodeHelp [ icu.dev ];