Merge pull request #247657 from r-ryantm/auto-update/krabby

krabby: 0.1.6 -> 0.1.7
This commit is contained in:
Nick Cao 2023-08-07 02:38:44 -06:00 committed by GitHub
commit 132a4ebc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "krabby"; pname = "krabby";
version = "0.1.6"; version = "0.1.7";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-BUX3D/UXJt9OxajUYaUDxI0u4t4ntSxqI1PMtk5IZNQ="; sha256 = "sha256-YI8OkNIDZWxAV+9n8AbKdZuWdA3A2cD94DuPgFvkokE=";
}; };
cargoHash = "sha256-XynD19mlCmhHUCfbr+pmWkpb+D4+vt3bsgV+bpbUoaY="; cargoHash = "sha256-j4zCuPmn/+ZSLFkAivNs3lH7YWVLvLA9k9RKbh43tUU=";
meta = with lib; { meta = with lib; {
description = "Print pokemon sprites in your terminal"; description = "Print pokemon sprites in your terminal";