Skip to content

Commit e42a71a

Browse files
authored
krabby: 0.2.0 -> 0.2.1 (#354812)
2 parents 92c3f8c + 8f55df5 commit e42a71a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/kr/krabby/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
}:
55
rustPlatform.buildRustPackage rec {
66
pname = "krabby";
7-
version = "0.2.0";
7+
version = "0.2.1";
88

99
src = fetchCrate {
1010
inherit pname version;
11-
hash = "sha256-R4GW0e0tjLiCXQMf8iA+yYyMp43/28GeNsjs+QNQMSM=";
11+
hash = "sha256-YEY4bUZV9BpyVXzEGvnLyfG0GdE3xMN9tHlsg6RqMkk=";
1212
};
1313

14-
cargoHash = "sha256-eQyU0sMfecOjX5k1qYeetrAhk41FIMcg9QmhhTYOxWc=";
14+
cargoHash = "sha256-6NV+kqnloEFTygE5LLuCsgMYXGiDwOTnP6/CK2c9DOs=";
1515

1616
meta = with lib; {
1717
description = "Print pokemon sprites in your terminal";

0 commit comments

Comments
 (0)