lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

cli11: 2.3.0 -> 2.3.2

authored by

Weijia Wang and committed by
GitHub
b5b8ab13 cd8d00e6

+2 -2
+2 -2
pkgs/development/tools/misc/cli11/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "cli11"; 13 - version = "2.3.0"; 13 + version = "2.3.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "CLIUtils"; 17 17 repo = "CLI11"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-J/hOgCDQPI0n2BGJK0+HIwlfNDVaZcxCC45uFAR7JUc="; 19 + sha256 = "sha256-x3/kBlf5LdzkTO4NYOKanZBfcU4oK+fJw9L7cf88LsY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake ];