cli11: 1.8.0 -> 1.9.0

This commit is contained in:
R. RyanTM 2020-01-26 03:18:44 +00:00 committed by Frederik Rietdijk
parent 536540e4b1
commit 4e7d702bb9

View File

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