We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c3f8c + 8f55df5 commit e42a71aCopy full SHA for e42a71a
pkgs/by-name/kr/krabby/package.nix
@@ -4,14 +4,14 @@
4
}:
5
rustPlatform.buildRustPackage rec {
6
pname = "krabby";
7
- version = "0.2.0";
+ version = "0.2.1";
8
9
src = fetchCrate {
10
inherit pname version;
11
- hash = "sha256-R4GW0e0tjLiCXQMf8iA+yYyMp43/28GeNsjs+QNQMSM=";
+ hash = "sha256-YEY4bUZV9BpyVXzEGvnLyfG0GdE3xMN9tHlsg6RqMkk=";
12
};
13
14
- cargoHash = "sha256-eQyU0sMfecOjX5k1qYeetrAhk41FIMcg9QmhhTYOxWc=";
+ cargoHash = "sha256-6NV+kqnloEFTygE5LLuCsgMYXGiDwOTnP6/CK2c9DOs=";
15
16
meta = with lib; {
17
description = "Print pokemon sprites in your terminal";
0 commit comments