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

pokeget-rs: 1.4.2 -> 1.4.2-2
This commit is contained in:
Nick Cao 2024-03-23 13:07:10 -04:00 committed by GitHub
commit 2c0d1e3335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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