Unverified Commit 12f21439 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #245469 from figsoda/argc

argc: 1.7.0 -> 1.8.0
parents 3e0f25d4 e749b0c4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "argc";
  version = "1.7.0";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "sigoden";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-B0oN5qYCShIsSvMFJB5EJPWOWM3Ubn8jl2gm+l5Wqg0=";
    hash = "sha256-xuSoTTtULVdG1LZFiEPYYuwJxG7FdN9vY+7K7OmfWZI=";
  };

  cargoHash = "sha256-50ETDUKbK4oeVm9Ox44WVrAH5EAdH9F+sQk0WBTEQmY=";
  cargoHash = "sha256-BJaVaOBCLH5c7/DrsOq6uVN02wEfLA7k+FgxCBmOUTA=";

  nativeBuildInputs = [ installShellFiles ];