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

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

cli11: 1.7.1 -> 1.8.0

authored by Marek Mahut and committed by GitHub 236caec5 2da00ae7

+2 -2
+2 -2
pkgs/development/tools/misc/cli11/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "cli11"; 5 - version = "1.7.1"; 6 7 src = fetchFromGitHub { 8 owner = "CLIUtils"; 9 repo = "CLI11"; 10 rev = "v${version}"; 11 - sha256 = "0wddck970pczk7c201i2g6s85mkv4f2f4zxy6mndh3pfz41wcs2d"; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "cli11"; 5 + version = "1.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "CLIUtils"; 9 repo = "CLI11"; 10 rev = "v${version}"; 11 + sha256 = "0i1x4ax5hal7jdsxw40ljwfv68h0ac85iyi35i8p52p9s5qsc71q"; 12 }; 13 14 nativeBuildInputs = [ cmake ];