Unverified Commit a087f3aa authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260711 from figsoda/argc

argc: 1.10.0 -> 1.11.0
parents a1729f9b 046dcd18
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.10.0";
  version = "1.11.0";

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

  cargoHash = "sha256-JyiBEawBTm8t9oKFH5OCKabWasuiRoBe0rSeyHKuXGU=";
  cargoHash = "sha256-1FdimBQZ4SvAnrYzNnyulUT8b8bTnJfnWRNosfQqSco=";

  nativeBuildInputs = [ installShellFiles ];