cli11: 2.4.2 -> 2.5.0

This commit is contained in:
R. Ryantm 2025-02-27 13:42:32 +00:00
parent 1c7a7eceee
commit a7d43659d3

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cli11";
version = "2.4.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "CLIUtils";
repo = "CLI11";
rev = "v${finalAttrs.version}";
hash = "sha256-BLjGKN/UQIPVFlZaJ2VxTLFfY6otpJZ6HqfLtt5+r88=";
hash = "sha256-73dfpZDnKl0cADM4LTP3/eDFhwCdiHbEaGRF7ZyWsdQ=";
};
buildInputs = [ catch2 ];