Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

cli11: 1.9.0 -> 1.9.1

authored by Mario Rodas and committed by GitHub db5bbef3 a4685141

+2 -2
+2 -2
pkgs/development/tools/misc/cli11/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "cli11"; 12 - version = "1.9.0"; 12 + version = "1.9.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "CLIUtils"; 16 16 repo = "CLI11"; 17 17 rev = "v${version}"; 18 - sha256 = "1nqri8ahisi00nwh6cynhq5n9iq9iydkysnxj36r2y20yvbi4bxj"; 18 + sha256 = "0hbch0vk8irgmiaxnfqlqys65v1770rxxdfn3d23m2vqyjh0j9l6"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];