pokeget-rs: 1.6.2 -> 1.6.3 (#343945)

This commit is contained in:
Aleksana 2024-09-23 21:41:47 +08:00 committed by GitHub
commit 357050f5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "pokeget-rs";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "talwat";
repo = "pokeget-rs";
rev = version;
hash = "sha256-Epet0CG4p7ruKHYVx0rX7KeOAe9kCer6Y8bguOY9SUs=";
hash = "sha256-0dss+ZJ1hhQGpWySWhyF+T1T+G3BlnKfSosgCJa8MPE=";
fetchSubmodules = true;
};
cargoHash = "sha256-gakrHutB6KBYcSZce/MDDnHK6VRPHU2B2xwtmUi4ZWY=";
cargoHash = "sha256-VYF2uhgxUFH/VAy/ttQOULRFFiPRf0D+0WfGlQyYDGc=";
meta = with lib; {
description = "Better rust version of pokeget";