pokeget-rs: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-09-09 09:21:05 +00:00
parent 1a5bda2b28
commit e4f179cf04

View file

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pokeget-rs"; pname = "pokeget-rs";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "talwat"; owner = "talwat";
repo = "pokeget-rs"; repo = "pokeget-rs";
rev = version; rev = version;
hash = "sha256-0HWv0o0wmcRomLQul99RjGAF+/qKBK6SGeNOFRTHiCc="; hash = "sha256-UAkSMdHukwxDzOU/sIOuTazBbD68ORIGAWuwRxoC+EY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoHash = "sha256-nsF6rInbM1Eshi2B4AYxkHj+DBrPc2doCtZSeBfs5b0="; cargoHash = "sha256-A5bDZU/L3G2RWbc3Y6KEQAmLS4RuNSG+ROypxINlwLk=";
meta = with lib; { meta = with lib; {
description = "A better rust version of pokeget"; description = "A better rust version of pokeget";