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

cli11: 1.9.0 -> 1.9.1
This commit is contained in:
Mario Rodas 2020-06-27 20:29:09 -05:00 committed by GitHub
commit db5bbef31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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