Merge pull request #277021 from r-ryantm/auto-update/the-way

the-way: 0.19.2 -> 0.20.1
This commit is contained in:
Mario Rodas
2023-12-27 07:50:29 -05:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "the-way";
version = "0.19.2";
version = "0.20.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-jTyKz9ZvA9xJlDQXv2LHrSMeSDbh4AJBxi1WtqUhjgE=";
sha256 = "sha256-xOoqMqUFVCTS5gQnX4KEoXoMxVvQX3JRoNgzuA20M6g=";
};
cargoSha256 = "sha256-D0H8vChCzBCRjC/S/ceJbuNNAXISiFMZtgu8TMfic+0=";
cargoHash = "sha256-8eN+O3lygbftXVjIBWCwNfYKAIkmPF/eaUKDa9oVaCA=";
nativeBuildInputs = [ installShellFiles ];