rana: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm 2024-11-15 16:34:03 +00:00
parent 70548b93f0
commit 5dad4a179c

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "rana";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "grunch";
repo = "rana";
rev = "refs/tags/v${version}";
hash = "sha256-NgbWRuwD+nfNbB6WRbDjUPJneysb85z5eqXmU31U6Mo=";
hash = "sha256-gzyjOCGh45zEJvc0xFkp8gAH9Kxwfc2oPeMzbrTjnk8=";
};
cargoHash = "sha256-FMJisCR1bomswFHjIIu/24ywvQn1pv/7QHiEmaBV4a8=";
cargoHash = "sha256-+3QbqAGQzGT4yuGPHmT2BJkcnNmwhLTpQERTl4Ri2bk=";
meta = {
description = "Nostr public key mining tool";