the-way: 0.18.0 -> 0.19.0

Changelog: https://github.com/out-of-cheese-error/the-way/blob/v0.19.1/CHANGELOG.md
This commit is contained in:
figsoda 2023-01-17 15:38:16 -05:00
parent 0de723cbc9
commit db0f039c79

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "the-way";
version = "0.18.0";
version = "0.19.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-UgD9ulJtRlNuux80FQhgLYjJ6OsyWXZCBGY9qdmd9Jk=";
sha256 = "sha256-d4ws5EsYVaxjfDbzoMO3kcJsrk/Htw3Ath3z3UGW7rk=";
};
cargoSha256 = "sha256-z5+71I/q1+vz2CPAU06yjRSjpKyT6npjPi48lu21NZs=";
cargoSha256 = "sha256-6zphQRhh32iophXSuzbQC5BOuKM92sLS5vXndwF+spg=";
nativeBuildInputs = [ installShellFiles ];