Skip to content

Commit

Permalink
krabby: 0.2.1 -> 0.2.2 (NixOS#371007)
Browse files Browse the repository at this point in the history
wegank authored Jan 5, 2025
2 parents 2f3bcf1 + 09cecdd commit d4d5fc0
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
@@ -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";

0 comments on commit d4d5fc0

Please sign in to comment.