mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
rana: 0.5.4 -> 0.5.5
This commit is contained in:
parent
70548b93f0
commit
5dad4a179c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user