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

the-way: 0.20.1 -> 0.20.2
This commit is contained in:
Nick Cao
2024-01-01 15:46:19 -05:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "the-way";
version = "0.20.1";
version = "0.20.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-xOoqMqUFVCTS5gQnX4KEoXoMxVvQX3JRoNgzuA20M6g=";
sha256 = "sha256-jUo46NHjgSFOV7fsqh9Ki0QtTGfoaPjQ87/a66zBz1Q=";
};
cargoHash = "sha256-8eN+O3lygbftXVjIBWCwNfYKAIkmPF/eaUKDa9oVaCA=";
cargoHash = "sha256-nmVsg8LX3di7ZAvvDuPQ3PXlLjs+L6YFTzwXRAkcxig=";
nativeBuildInputs = [ installShellFiles ];