3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #211285 from figsoda/the-way

the-way: 0.18.0 -> 0.19.1
This commit is contained in:
Nick Cao 2023-01-18 09:01:56 +08:00 committed by GitHub
commit 6edeec4326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];