pokeget-rs: 1.6.3 -> 1.6.5
This commit is contained in:
parent
0c2bffc943
commit
72595dd39d
@ -6,18 +6,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pokeget-rs";
|
pname = "pokeget-rs";
|
||||||
version = "1.6.3";
|
version = "1.6.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "talwat";
|
owner = "talwat";
|
||||||
repo = "pokeget-rs";
|
repo = "pokeget-rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-0dss+ZJ1hhQGpWySWhyF+T1T+G3BlnKfSosgCJa8MPE=";
|
hash = "sha256-EtEmaA0ukLoK0vaX+s3d8xodB3pUwSb1EyeyMBF0+rc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-nP5NPBnqEaGo1QvhdMHSPtDjJqOxF+TodvqmMgTfQ8M=";
|
cargoHash = "sha256-fK5OLgw5XWqfAZDxIZr26ft7X8KmInSPbYlaXOEyzN0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Better rust version of pokeget";
|
description = "Better rust version of pokeget";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user