pokeget-rs: 1.6.5 -> 1.6.7
This commit is contained in:
@@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pokeget-rs";
|
pname = "pokeget-rs";
|
||||||
version = "1.6.5";
|
version = "1.6.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "talwat";
|
owner = "talwat";
|
||||||
repo = "pokeget-rs";
|
repo = "pokeget-rs";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-EtEmaA0ukLoK0vaX+s3d8xodB3pUwSb1EyeyMBF0+rc=";
|
hash = "sha256-kvfGtdWVeEvaKxIDs5aCZk/HBXxB67PukXHz2VvLhdw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-fK5OLgw5XWqfAZDxIZr26ft7X8KmInSPbYlaXOEyzN0=";
|
cargoHash = "sha256-EusvBjrtm7PAZ5exDUuCu2n300x1b1c9oks+T6cR2c8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Better rust version of pokeget";
|
description = "Better rust version of pokeget";
|
||||||
|
|||||||
Reference in New Issue
Block a user