Merge pull request #281038 from r-ryantm/auto-update/pokeget-rs

pokeget-rs: 1.4.0 -> 1.4.2
This commit is contained in:
Nick Cao 2024-01-15 10:36:56 -05:00 committed by GitHub
commit f23c100728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "pokeget-rs";
version = "1.4.0";
version = "1.4.2";
src = fetchFromGitHub {
owner = "talwat";
repo = "pokeget-rs";
rev = version;
hash = "sha256-C7pEe9nScJ/ORJJrUDo6pADKceKoagHGP/X/asR1PcM=";
hash = "sha256-++MD7XYWJ4Oim/VSYSisu/DwazOEfQ4CJNLfR5sjP3M=";
fetchSubmodules = true;
};
cargoHash = "sha256-gPPtVFSaaSL0QBXxHpslVdon3XVCVx1E5cfEP1Ffa9g=";
cargoHash = "sha256-lWImtmtoo3ujbHvaeijuVjt0NQhdp+mxuu8oxNutr2E=";
meta = with lib; {
description = "A better rust version of pokeget";