Skip to content

Commit

Permalink
krabby: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2025
1 parent 8f3e1f8 commit 09cecdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/kr/krabby/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "krabby";
version = "0.2.1";
version = "0.2.2";

src = fetchCrate {
inherit pname version;
hash = "sha256-YEY4bUZV9BpyVXzEGvnLyfG0GdE3xMN9tHlsg6RqMkk=";
hash = "sha256-BmTx2kpnibTVuutAIrpFTTOGpO6WzITb6SXwUKuMtYY=";
};

cargoHash = "sha256-6NV+kqnloEFTygE5LLuCsgMYXGiDwOTnP6/CK2c9DOs=";
cargoHash = "sha256-gZzjx4JWe3CcG8wuQRTYjyEvvhCyUBXHQSw5sYhih9o=";

meta = with lib; {
description = "Print pokemon sprites in your terminal";
Expand Down

0 comments on commit 09cecdd

Please sign in to comment.