Skip to content

Commit

Permalink
argc: 1.20.1 -> 1.21.0 (#352404)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 6, 2024
2 parents 1df6505 + 4805c0a commit 907abd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ar/argc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "argc";
version = "1.20.1";
version = "1.21.0";

src = fetchFromGitHub {
owner = "sigoden";
repo = "argc";
rev = "v${version}";
hash = "sha256-pOkZmk7boFPqHHBDet/on6Y8V2Ik+hpqN0cUtY0BiR0=";
hash = "sha256-DTE78+POQXPOAXt16WWheyfO+WHvBKAmdCXKvRApyk8=";
};

cargoHash = "sha256-FxhDnTy/KAeN0Zd5I12EUgXRc0VhHN0lRm5DQyCinyw=";
cargoHash = "sha256-xy8Vdy66Hb7NK2EEKj1Mn6HCVb7oxKkv/ffh+JS0Ync=";

nativeBuildInputs = [ installShellFiles ] ++ lib.optional (!canExecuteHost) buildPackages.argc;

Expand Down

0 comments on commit 907abd3

Please sign in to comment.