Merge pull request #110354 from r-ryantm/auto-update/fend

fend: 0.1.11 -> 0.1.13
This commit is contained in:
Ryan Mulligan 2021-01-21 09:27:24 -08:00 committed by GitHub
commit 515fcfe4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fend"; pname = "fend";
version = "0.1.11"; version = "0.1.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "printfn"; owner = "printfn";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0g9zr2afi103cwv6ikpmmyh5v055dh47l3wj9a1kbxgms0953iwh"; sha256 = "sha256-dz6vGRsWc7ubc/drj2Qw/of8AciPgVzc4++Eozg0Luo=";
}; };
cargoSha256 = "0hydlaibanw2vjyxymfbzgwwk2qjv7jsz15gn66ga5vknsqihcrx"; cargoSha256 = "sha256-/HBTmLZLhv89mvIVLocw9XbfOgxh9KsjA6KT60IuJeA=";
meta = with lib; { meta = with lib; {
description = "Arbitrary-precision unit-aware calculator"; description = "Arbitrary-precision unit-aware calculator";