Skip to content

Commit

Permalink
krabby: 0.1.8 -> 0.2.0 (#346024)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 4, 2024
2 parents 213b1a8 + b427788 commit 546277a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/krabby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "krabby";
version = "0.1.8";
version = "0.2.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-pqLk05hDPMvbrDG3xatAP0licaJszBSujo1fqsEtpRI=";
hash = "sha256-R4GW0e0tjLiCXQMf8iA+yYyMp43/28GeNsjs+QNQMSM=";
};

cargoHash = "sha256-/wXfdH9ObKGOw8EXHG/3Gvhm66v632lpDp/V3zFIzh4=";
cargoHash = "sha256-eQyU0sMfecOjX5k1qYeetrAhk41FIMcg9QmhhTYOxWc=";

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

0 comments on commit 546277a

Please sign in to comment.