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

Merge pull request #256107 from figsoda/argc

argc: 1.9.0 -> 1.10.0
parents 888605ad 01ea9ea3
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.9.0";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "sigoden";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-BM9MXokVXA5EJwr8F7Wg5LTE1xhmj9ttVXOMNJx0RRw=";
    hash = "sha256-DmBSHiil9TdPog1Tnz2UjwbgLwwJwdYg9qAykolriQs=";
  };

  cargoHash = "sha256-SScCPBERXScYJ9LlPcbIhwCikRum0F1tU3gZYaQRFTo=";
  cargoHash = "sha256-JyiBEawBTm8t9oKFH5OCKabWasuiRoBe0rSeyHKuXGU=";

  nativeBuildInputs = [ installShellFiles ];