argc: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm
2026-05-27 05:45:39 +00:00
parent c0523a4c8f
commit 9a87eab802
+3 -3
View File
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "argc";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "sigoden";
repo = "argc";
tag = "v${finalAttrs.version}";
hash = "sha256-in2ymxiSZbs3wZwo/aKfu11x8SLx4OHOoa/tVxr3FyM=";
hash = "sha256-xgJIJUk9T7zUbr1MqN89mbt6IY4J4lG9uCzWrsmOW0Q=";
};
cargoHash = "sha256-2UmI9CMa130T7ML9iVNQ8Zh/stiFg05eBtF1sprmwk8=";
cargoHash = "sha256-5en2517Xgn+4FYeTcpj6m2ZN/MTItiu2g9g/UEJAEiw=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional (!canExecuteHost) buildPackages.argc;