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

Merge pull request #220852 from figsoda/the-way

the-way: 0.19.1 -> 0.19.2
parents 7552e436 57cc17cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "the-way";
  version = "0.19.1";
  version = "0.19.2";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-d4ws5EsYVaxjfDbzoMO3kcJsrk/Htw3Ath3z3UGW7rk=";
    sha256 = "sha256-jTyKz9ZvA9xJlDQXv2LHrSMeSDbh4AJBxi1WtqUhjgE=";
  };

  cargoSha256 = "sha256-6zphQRhh32iophXSuzbQC5BOuKM92sLS5vXndwF+spg=";
  cargoSha256 = "sha256-D0H8vChCzBCRjC/S/ceJbuNNAXISiFMZtgu8TMfic+0=";

  nativeBuildInputs = [ installShellFiles ];