pokeget-rs: 1.3.0 -> 1.4.0
This commit is contained in:
parent
b957e614ea
commit
36ed40c632
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pokeget-rs";
|
pname = "pokeget-rs";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "talwat";
|
owner = "talwat";
|
||||||
repo = "pokeget-rs";
|
repo = "pokeget-rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-UAkSMdHukwxDzOU/sIOuTazBbD68ORIGAWuwRxoC+EY=";
|
hash = "sha256-C7pEe9nScJ/ORJJrUDo6pADKceKoagHGP/X/asR1PcM=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-A5bDZU/L3G2RWbc3Y6KEQAmLS4RuNSG+ROypxINlwLk=";
|
cargoHash = "sha256-gPPtVFSaaSL0QBXxHpslVdon3XVCVx1E5cfEP1Ffa9g=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A better rust version of pokeget";
|
description = "A better rust version of pokeget";
|
||||||
|
|
Loading…
Reference in a new issue