the-way: 0.20.2 -> 0.20.3

This commit is contained in:
R. Ryantm 2024-02-01 07:57:01 +00:00
parent 0b8f8e0cd9
commit 877ab31e2b

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "the-way";
version = "0.20.2";
version = "0.20.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-jUo46NHjgSFOV7fsqh9Ki0QtTGfoaPjQ87/a66zBz1Q=";
sha256 = "sha256-/vG5LkQiA8iPP+UV1opLeJwbYfmzqYwpsoMizpGT98o=";
};
cargoHash = "sha256-nmVsg8LX3di7ZAvvDuPQ3PXlLjs+L6YFTzwXRAkcxig=";
cargoHash = "sha256-iZxV099582LuZ8A3uOsKPyekAQG2cQusLZhW+W1wW/8=";
nativeBuildInputs = [ installShellFiles ];