pokeget-rs: 1.6.2 -> 1.6.3
This commit is contained in:
parent
d218baf24f
commit
0699fe6957
@ -5,17 +5,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pokeget-rs";
|
pname = "pokeget-rs";
|
||||||
version = "1.6.2";
|
version = "1.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "talwat";
|
owner = "talwat";
|
||||||
repo = "pokeget-rs";
|
repo = "pokeget-rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Epet0CG4p7ruKHYVx0rX7KeOAe9kCer6Y8bguOY9SUs=";
|
hash = "sha256-0dss+ZJ1hhQGpWySWhyF+T1T+G3BlnKfSosgCJa8MPE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-gakrHutB6KBYcSZce/MDDnHK6VRPHU2B2xwtmUi4ZWY=";
|
cargoHash = "sha256-VYF2uhgxUFH/VAy/ttQOULRFFiPRf0D+0WfGlQyYDGc=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Better rust version of pokeget";
|
description = "Better rust version of pokeget";
|
||||||
|
Loading…
Reference in New Issue
Block a user