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

cli11: 1.7.1 -> 1.8.0
This commit is contained in:
Marek Mahut 2019-08-10 15:54:58 +02:00 committed by GitHub
commit 236caec56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cli11";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "CLIUtils";
repo = "CLI11";
rev = "v${version}";
sha256 = "0wddck970pczk7c201i2g6s85mkv4f2f4zxy6mndh3pfz41wcs2d";
sha256 = "0i1x4ax5hal7jdsxw40ljwfv68h0ac85iyi35i8p52p9s5qsc71q";
};
nativeBuildInputs = [ cmake ];