Merge pull request #194934 from r-ryantm/auto-update/cli11

cli11: 2.2.0 -> 2.3.0
This commit is contained in:
Mario Rodas 2022-10-08 18:09:30 -05:00 committed by GitHub
commit a769ac3328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "cli11";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "CLIUtils";
repo = "CLI11";
rev = "v${version}";
sha256 = "sha256-emTIaoUyTINbAAn9tw1r3zLTQt58N8A1zoP+0y41yKo=";
sha256 = "sha256-J/hOgCDQPI0n2BGJK0+HIwlfNDVaZcxCC45uFAR7JUc=";
};
nativeBuildInputs = [ cmake ];