cli11: 1.7.1 -> 1.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cli11/versions
This commit is contained in:
R. RyanTM 2019-06-01 03:29:13 -07:00
parent 97aba37876
commit 31df5678ef

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 ];