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

cli11: 2.3.0 -> 2.3.2
This commit is contained in:
Weijia Wang 2023-01-23 06:12:58 +01:00 committed by GitHub
commit b5b8ab13b8
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.3.0";
version = "2.3.2";
src = fetchFromGitHub {
owner = "CLIUtils";
repo = "CLI11";
rev = "v${version}";
sha256 = "sha256-J/hOgCDQPI0n2BGJK0+HIwlfNDVaZcxCC45uFAR7JUc=";
sha256 = "sha256-x3/kBlf5LdzkTO4NYOKanZBfcU4oK+fJw9L7cf88LsY=";
};
nativeBuildInputs = [ cmake ];